摘要: js要跨域jsonp格式,原理就是在html中插入一端js引用去调用远程地址:jquery客户端代码如下:$.ajax({ type:'get', url:'http://xxxx.ashx', dataType:'jsonp', jsonpCallback... 阅读全文
posted @ 2015-02-02 14:21 Xiao.T 阅读(253) 评论(0) 推荐(0)