|
发表于 2023-11-19 18:22:21
|
显示全部楼层
浙江省杭州市
变量名 | 类 型 | 静态 | 数组 | 备 注 | url | 文本型 | | | boundary | 文本型 | | | post | 类_POST数据类_字节集 | | | header | 类_POST数据类 | | | pic | 字节集 | | | ret | 文本型 | | |
pic = 读入文件 (取特定目录 ( #系统桌面 ) + “ss.ini”)url = “http://www.itbov.com/DCftp.php?name=1360488302&path=gc”boundary = 取重复文本 (4, “-”) + “WebKitFormBoundary” + 文本_取随机字符 (16, 位或 (1, 2, 4 )) header. 添加 (“content-type”, “multipart/form-data; boundary=” + boundary )header. 添加 (“Content-Length”, 到文本 (取字节集长度 (pic )) )post. 添加 (“txtFile”, pic, “application/octet-stream”, “ss.ini”)post. 添加 (“upload”, 编码_Ansi到Utf8 (“上传”)) ret = 编码_Utf8到Ansi (网页_访问_对象 (url, 1, , , , header. 获取协议头数据 (), , , , post. 获取Post数据 (boundary, 2 ), )) 调试输出 (ret )返回 (0 )
这样算成功把
|
|