摘要: 转自:http://www.045d.com/post/671.html代码: 1 import urllib2 2 3 data = ''' 4 5 6 1348831860 7 8 9 123456789012345610 '''11 12 cookies = url... 阅读全文
posted @ 2015-05-11 20:46 yinsua 阅读(1862) 评论(0) 推荐(0)
摘要: 转自: http://blog.licess.com/simplehttpserver/ http://www.lpfrx.com/archives/133/shell中执行: python -m SimpleHTTPServer或者在脚本中加入: importSimpleHTTPServe... 阅读全文
posted @ 2015-05-11 17:53 yinsua 阅读(138) 评论(0) 推荐(0)