摘要: # -*- coding:utf-8 -*-__autor__ = "在路上_UP"import relist=["6.9减0.4米等于多少", "1米等于多少厘米", "3米3明日乘以3米5等于多少9。", "36米加8米的平方米等于多少", "750毫米除以650毫米等于多少分米", "750毫 阅读全文
posted @ 2018-01-16 20:32 在路上-UP 阅读(219) 评论(0) 推荐(0)
摘要: 1 #coding=utf-8 2 import requests 3 url = 'http://www.baidu.com' 4 f=open(r'cookies.txt','r') 5 cookies={} 6 for line in f.read().split(';'): 7 #其设置为1就会把字符串拆分成2份 8 name,value=line.stri... 阅读全文
posted @ 2018-01-16 18:50 在路上-UP 阅读(1957) 评论(0) 推荐(0)