结果 = 网页访问对象 (“http://xxxxx”, 1, “is_draw=0&img=” + 编码_URL编码 ("xxxxxx"), , , “Content-Type: application/x-www-form-urlencoded”)
注意三点:
1、第二个参数1是post
2、form 的话参数如果有字符串要url编码一下
3、content-type要设置一下
结果 = 网页访问对象 (“http://xxxxx”, 1, “is_draw=0&img=” + 编码_URL编码 ("xxxxxx"), , , “Content-Type: application/x-www-form-urlencoded”)
注意三点:
1、第二个参数1是post
2、form 的话参数如果有字符串要url编码一下
3、content-type要设置一下