摘要: js const const 声明创建一个只读的常量。这不意味着常量指向的值不可变,而是变量标识符的值只能赋值一次。 参考 https://developer.mozilla.org/zh CN/docs/Web/JavaScript/Reference/Statements/const 阅读全文
posted @ 2016-07-02 17:56 CooMark 阅读(425) 评论(0) 推荐(0)
摘要: ES2005 js = 不会写js "Learn ES2015" 阅读全文
posted @ 2016-07-02 17:22 CooMark 阅读(263) 评论(0) 推荐(0)
摘要: v show和v if的区别 阅读全文
posted @ 2016-07-02 15:20 CooMark 阅读(344) 评论(0) 推荐(0)