摘要:
li=[[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5],[1,2,3,4,5]]s=0for i in range(0,5): for j in range(0,5): print li[i][j], print ""print "+++++++++... 阅读全文
摘要:
#2015.10.29 s='''http://baidu.com http://qq.com'''#抓取地址head="http:"tail=".com"posh=0post=0for i in range(0,s.count(head)): posh=s.find(head,post) post... 阅读全文