JS调用API接口
JQuery
$.ajax({
url:"后台地址的url",
data:{
id:id//参数
},
type:"POST",
success:function(re){
console.log(re);
}
});
温馨提示 : 非特殊注明,否则均为©李联华的博客网原创文章,本站文章未经授权禁止任何形式转载;IP地址:44.222.82.133,归属地:弗吉尼亚州Ashburn ,欢迎您的访问!
文章链接:https://www.ooize.com/js-calls-the-api-interface.html
文章链接:https://www.ooize.com/js-calls-the-api-interface.html
订阅
登录
0 评论