摘要: JSONP是一个非官方的协议,它允许在服务器端集成Script tags返回至客户端,通过javascript callback的形式实现跨域访问方法一: jsonp之 getJSONjsvar url = "http://localhost/mytest/jsonp_php.php?callbac... 阅读全文
posted @ 2014-08-13 13:18 leejersey 阅读(1082) 评论(0) 推荐(0) 编辑