84 次浏览【转载需注明来源】
网页访问类.网页访问(
{
protocol: "http:",
host: "220.178.76.51",
port: 8081,
path: "/login.html"
},
(返回结果) => {
调试输出(返回结果["返回协议头"]);
变量 n = 返回结果["返回协议头"]["set-cookie"][0].分割文本(";");
调试输出(n[0]);
},
"POST",
"",
协议头数据
);
网页访问类.网页访问("http://www.baidu.com",(返回结果)=>{调试输出(返回结果)})
测试账号
快码FOF编程 Time: 2023-09-14 12:24:57
评论ID
这种方式才是正确的操作,因为域名你也可以这样做: