文章轉載自: https://www.lixdx.cn/archives/808
1:TCP 發送字符串
2:TCP 發送XML
HTTP1.0 post:
HTTP1.0 GET:
HTTP1.1 GET :
自己測試結果
返回值如果不清楚,可以使用python哈
In [13]: import requests In [14]: from urllib import parse In [16]: resp = requests.get("http://10.160.71.7:80/login.jsp") ...: print(resp.status_code) 200