包含标签:get 的文章
-
在ajax中怎么用XMLHttpRequest,post,get发送接收数据
/*在有中文参数时,接收方需要使用UTF-8方式对数据进行解码 *不支持post附件 */ functiongetXmlHttpRequest(){ varxmlHttpRequest=null; try{ xmlHttpRequest=newActiveXObject(Msxml2。XMLHTTP); } catch(e1){ try{ xmlHttpRequest=newActiveXObject(Micr