摘要: #coding:utf-8import osimport time import xlwtfilename="test_xlwt.xls"if os.path.exists(filename): os.remove(filename)def set_color(color,bold): style= 阅读全文
posted @ 2018-07-26 10:37 韩家姐姐 阅读(3133) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8import urllibs={"username":"hhh","password":"XXXX"}#urllib.urlencode url编码s=urllib.urlencode(s)print ss_encode=urllib.unquote("username=h 阅读全文
posted @ 2018-07-26 10:35 韩家姐姐 阅读(5322) 评论(0) 推荐(0) 编辑