This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
aionnect
/
hello-python
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
12f9095593
Haarat
Tagit
master
hello-python
/
__main__.py
__main__.py
114 B
Historia
Raaka
1
2
3
4
5
6
7
8
from spider_test.by_request import *
def main():
test()
# 程序入口
if __name__ == '__main__':
main()