4js
2021-01-15 13:15
阅读:546
标签:style fun 匿名 提升 log 函数 ons class 匿名函数 函数 预解析 提升变量 提升函数 4js 标签:style fun 匿名 提升 log 函数 ons class 匿名函数 原文地址:https://www.cnblogs.com/gao-chao/p/13391344.html
//匿名函数
var sum2 = function(a,b) {
return a + b
}
d = sum2(3,1)
console.log(d)
评论
亲,登录后才可以留言!