JS回调函数

2021-04-21 22:27

阅读:600

标签:span   http   llb   color   fun   ima   回调函数   mic   style   

1.回调函数的使用

$scope.callbace = function(suc){
            var par = ‘回调参数‘;
            suc(par);
        }

        $scope.callbace(function (par) {
            console.log("输出参数......");
            console.log(par)
        });

2.截图

技术图片

 

JS回调函数

标签:span   http   llb   color   fun   ima   回调函数   mic   style   

原文地址:https://www.cnblogs.com/lingtiaoti/p/12247335.html


评论


亲,登录后才可以留言!