开发者

get to post google map gdownloadurl

开发者 https://www.devze.com 2023-01-02 12:15 出处:网络
this is the javascript. var url = \"http://google.com/gmap.jsp?uid=\"+userid+\"&lat=\"+lat; GDownloadUrl(url,function(doc){});

this is the javascript.

var url = "http://google.com/gmap.jsp?uid="+userid+"&lat="+lat;
GDownloadUrl(url,function(doc){}); 

how to change from get开发者_StackOverflow社区 to post? any idea? thanks


i think this it

GDownloadUrl("http://google.com/gmap.jsp",function(doc){},"uid="+userid+"&lat="+lat");
0

精彩评论

暂无评论...
验证码 换一张
取 消