au3发送信息到ASP,并存到MDB的数据库
就是用au3发送信息到ASP,存到MDB的数据库,像留言一样发送链接为:http://xxx.com/diary.asp?action=add&Content=文本内容
代码怎么写 $oHTTP = ObjCreate("winhttp.winhttprequest.5.1")
$oHTTP.Open("GET","http://xxx.com/diary.asp?action=add&Content=文本内容")
$oHTTP.Send()
$HTMLSource = $oHTTP.Responsetext
MsgBox(0,0,$htmlsource) 不错 ,正需要! 不错 ,正需要!
页:
[1]