晴明的博客园 GitHub      CodePen      CodeWars     
摘要: &&后执行函数 function test() { console.log('func') } //数组 && 函数 [] && test();//func [1, 2, 3] && test();//func //对象 && 函数 //对象必须用括号包裹 //{ }&&test();//error 阅读全文
posted @ 2017-07-14 19:55 晴明桑 阅读(184) 评论(0) 推荐(0) 编辑