4-26函数、for循环、if判定
摘要:
匿名函数 var abc = function(){console.log(‘aaa’)} abc() 先定义在使用; // 自执行函数 // !function(){ // console.log("自执行函数");}() // (function(){ // console.log("");}) 阅读全文
posted @ 2020-04-26 16:34 vermouthmo 阅读(161) 评论(0) 推荐(0)
浙公网安备 33010602011771号