This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
aionnect
/
hello-python
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
12f9095593
Ramuri
Etichete
master
hello-python
/
__main__.py
__main__.py
114 B
Istoric
Crud
1
2
3
4
5
6
7
8
from spider_test.by_request import *
def main():
test()
# 程序入口
if __name__ == '__main__':
main()