This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
aionnect
/
hello-python
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
12f9095593
Atzari
Tagi
master
hello-python
/
__main__.py
__main__.py
114 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
from spider_test.by_request import *
def main():
test()
# 程序入口
if __name__ == '__main__':
main()