This website requires JavaScript.
Explore
Help
Sign In
lsy
/
practice_code
Watch
0
Star
0
Fork
0
You've already forked practice_code
Code
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c93c289ef4
practice_code
/
python
/
test
/
StartClient.py
5 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
将功能都模块化了但是没有解决进程之间的通信问题
2024-04-16 00:45:21 +08:00
from
Client
import
start_all
写好服务器接收发送,连接已近测试
2024-04-11 01:34:16 +08:00
if
__name__
==
'
__main__
'
:
将功能都模块化了但是没有解决进程之间的通信问题
2024-04-16 00:45:21 +08:00
start_all
(
)
Copy Permalink