首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

dojo——————————请求交付

2012-06-26 
dojo——————————请求提交var data {x:this.xPot,y:this.yPot,deviceType:this.deviceType}dojo.xhrPost(

dojo——————————请求提交

var data = {x:this.xPot,y:this.yPot,deviceType:this.deviceType};dojo.xhrPost({ url:'http://172.7.24.250/emapInfoAction!saveEMapInfo.action', content:data, load:function(response, ioArgs){  alert(response); }});

热点排行