摘要: def func(): '''逻辑题''' for i in range(1000): if i%7==0 and (i%2-1)==0 and (i%3-1)==0 and (i%4-1)==0 and (i%5-1)==0 and (i%6-1)==0: if i: print(i) #先打印符 阅读全文
posted @ 2021-08-09 10:20 多测师_王sir 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 代码如下: def func(): url = 'http://duoceshi.cn:7076/share/index.html?shareVideoId=-721509&playType=1' dict1={} parms = [i for i in url.split('?')] dict1[ 阅读全文
posted @ 2021-08-09 09:56 多测师_王sir 阅读(191) 评论(0) 推荐(0) 编辑