JS规范2
摘要:
百度SS Javascript编码规范1、变量、方法命名必须匹配正则:/^[$_a-zA-Z]\w*$//*** 虽然Javascript引擎支持多种格式命名的变量,* 比如下面这样的变量,Javascript引擎依然能正常解析* 但是,禁止这样定义!*/var \u0041 = "A"; //... 阅读全文
posted @ 2014-05-07 18:44 icelin 阅读(241) 评论(0) 推荐(0) 编辑
posted @ 2014-05-07 18:44 icelin 阅读(241) 评论(0) 推荐(0) 编辑
posted @ 2014-05-07 18:16 icelin 阅读(458) 评论(0) 推荐(0) 编辑
posted @ 2014-05-07 18:05 icelin 阅读(163) 评论(0) 推荐(0) 编辑