摘要:
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) #先打印符 阅读全文
摘要:
代码如下: def func(): url = 'http://duoceshi.cn:7076/share/index.html?shareVideoId=-721509&playType=1' dict1={} parms = [i for i in url.split('?')] dict1[ 阅读全文