mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-21 00:25:09 +08:00
修复代码
This commit is contained in:
parent
43edf90f95
commit
fdef4dcf7e
10
1688/main.py
Normal file
10
1688/main.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
from spider.图片下载 import 图片下载
|
||||||
|
|
||||||
|
|
||||||
|
def jop():
|
||||||
|
img_d = 图片下载()
|
||||||
|
img_d.run()
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
jop()
|
Loading…
x
Reference in New Issue
Block a user