|
发表于 2023-12-9 21:19:38
|
显示全部楼层
贵州省贵阳市
变量名 | 类 型 | 静态 | 数组 | 备 注 | url | 文本型 | | | boundary | 文本型 | | | post | 类_POST数据类_字节集 | | | header | 类_POST数据类 | | | pic | 字节集 | | | ret | 文本型 | | |
pic = 读入文件 (取特定目录 ( #系统桌面 ) + “xx.jpg”)url = “https://api.oioweb.cn/api/ocr”boundary = 取重复文本 (4, “-”) + “WebKitFormBoundary” + 文本_取随机字符 (16, 位或 (1, 2, 4 )) header. 添加 (“content-type”, “multipart/form-data; boundary=” + boundary )header. 添加 (“Content-Length”, 到文本 (取字节集长度 (pic )) )post. 添加 (“file”, pic, “image/jpeg”, “xx.jpg”)ret = 编码_Utf8到Ansi (网页_访问_对象 (url, 1, , , , header. 获取协议头数据 (), , , , post. 获取Post数据 (boundary, 2 )) )调试输出 (ret )返回 (0 )
|
评分
-
参与人数 1 | 荣誉 +1 |
收起
理由
|
笨潴
| + 1 |
热心帮助他人,荣誉+1,希望继续努力(*^__^*) 嘻嘻! |
查看全部评分
|