1、 HTML
2、 CSS
- 命名 用‘_’分割
- 注释用/* comments */
3、 JS
- 命名 使用驼峰法
- 缩进2格
- string用单引号
- 在关键词后空格
if (condition) {}
- 在函数名后面空格
function name (){}
- NO无用的变量
1、 HTML
2、 CSS
3、 JS
if (condition) {}
function name (){}
本文标题:WEB standards For self
本文链接:https://www.haomeiwen.com/subject/yddkettx.html
网友评论