JS回调函数
2021-04-21 22:27
阅读:600
标签:span http llb color fun ima 回调函数 mic style 2.截图 JS回调函数 标签:span http llb color fun ima 回调函数 mic style 原文地址:https://www.cnblogs.com/lingtiaoti/p/12247335.html1.回调函数的使用
$scope.callbace = function(suc){
var par = ‘回调参数‘;
suc(par);
}
$scope.callbace(function (par) {
console.log("输出参数......");
console.log(par)
});
下一篇:vue.js三种安装方式
评论
亲,登录后才可以留言!