parent
5e2fda29be
commit
89ba0d68df
|
@ -87,7 +87,6 @@ pip install requests
|
|||
如果使用PyCharm作为开发工具,可以直接在代码中书写`import requests`,然后通过代码修复功能来自动下载安装requests。
|
||||
|
||||
```Python
|
||||
from time import time
|
||||
from threading import Thread
|
||||
|
||||
import requests
|
||||
|
@ -414,4 +413,4 @@ def main():
|
|||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue