首页 > 代码库 > vue-jsonp
vue-jsonp
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>智能社——http://www.zhinengshe.com</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <style> </style> <script src="http://www.mamicode.com/vue.js"></script> <script src="http://www.mamicode.com/vue-resource.js"></script> <script> window.onload=function(){ new Vue({ el:‘body‘, data:{ }, methods:{ get:function(){ this.$http.jsonp(‘https://sp0.baidu.com/5a1Fazu8AA54nxGko9WTAnF6hhy/su‘,{ wd:‘a‘ },{ jsonp:‘cb‘ }).then(function(res){ alert(res.data.s); },function(res){ alert(res.status); }); } } }); }; </script></head><body> <input type="button" value="http://www.mamicode.com/按钮" @click="get()"></body></html>
vue-jsonp
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。