imoing

导航

 

2014年6月2日

摘要: As Follows: 1 #!/bin/bash 2 3 RESPONSE=`curl -s --socks5 127.0.0.1:7070 www.123cha.com` 4 if [ 0 -eq $? ] 5 then 6 echo SUCCESS 7 else 8 ... 阅读全文
posted @ 2014-06-02 06:54 艾莫明 阅读(971) 评论(1) 推荐(0) 编辑