2021-05-05 10:13:49 -07:00
|
|
|
---
|
|
|
|
id: 5e7b9f0c0b6c005b0e76f071
|
2021-07-02 18:45:29 +05:30
|
|
|
title: 用 Python 聯網
|
2021-05-05 10:13:49 -07:00
|
|
|
challengeType: 11
|
|
|
|
videoId: _kJvneKVdNM
|
2021-10-03 12:24:27 -07:00
|
|
|
bilibiliIds:
|
|
|
|
aid: 419494612
|
|
|
|
bvid: BV1r341167jT
|
|
|
|
cid: 376385858
|
2021-05-05 10:13:49 -07:00
|
|
|
dashedName: networking-with-python
|
|
|
|
---
|
|
|
|
|
|
|
|
# --question--
|
|
|
|
|
|
|
|
## --text--
|
|
|
|
|
2021-07-02 18:45:29 +05:30
|
|
|
哪個 Python 庫提供對 TCP 套接字的訪問?
|
2021-05-05 10:13:49 -07:00
|
|
|
|
|
|
|
## --answers--
|
|
|
|
|
|
|
|
tcp
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
socket
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
http
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
port
|
|
|
|
|
|
|
|
## --video-solution--
|
|
|
|
|
|
|
|
2
|
|
|
|
|