LuckyBoyZh...:function once(func) {
let used = false
let ans = null
return function() {
if(used) return ans
used = true
ans = func()
return ans
}
}
查看8道真题和解析0 点赞 评论 收藏
分享
创作者周榜
更多
关注他的用户也关注了: