摘要:
# import traceback# def calc(a,b):# res = a/b# return res### def main():# money=input('输入多少钱:')# months=input('还几个月:')# try:# res = calc(int(money),in 阅读全文
posted @ 2018-08-23 23:00
罗南
阅读(155)
评论(0)
推荐(0)
摘要:
import urllib.parses='besttest 自动化测试'#print(urllib.parse.quote(s))#url编码#urllib.parse.quote_plus() url编码表src = 'besttest%20%E8%87%AA%E5%8A%A8%E5%8C%96 阅读全文
posted @ 2018-08-23 21:37
罗南
阅读(91)
评论(0)
推荐(0)
摘要:
#############读excelimport xlrdbook = xlrd.open_workbook('stu.xls')#打开一个excelsheet = book.sheet_by_index(0)#根据顺序获取sheet#heet = book.sheet_by_name('shee 阅读全文
posted @ 2018-08-23 13:23
罗南
阅读(244)
评论(0)
推荐(0)

浙公网安备 33010602011771号