After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:Data types of variables in JavaScript
数值型、字符型、布尔型、undefined、null、array、object、function 这八种数据类型,又分为两大类: 基本数据类型:数值型、字符型、布尔型、未定义型、空型。很显著的特点:一个变量名只能存一个值。 举例:var a = 10; 复合数据类型:数组、对象、函数。显著的特点:一个变量名,可能存多个值。 举例:var arr = [10,20,30,40]
单引号和双引号之间可以相互嵌套 单引号内只能嵌套双引号; 双引号内只能嵌套单引号。 如果想在双引号内,再嵌套双引号,里面的双引号,一定要进行转义(\”)。 JS中的转义字符是反斜杠(\)。 常用的转义字符有:\’、\”、\\、\r、\n等。
2019-03-210个赞
Courses in the relevant section:for loop in JavaScript
http://img.php.cn//upload/image/817/660/162/1476430257363912.png
2019-03-210个赞
初步
2019-03-220个赞
Courses in the relevant section:Conversion between jQuery objects and DOM objects
转换方法
2019-03-230个赞
Courses in the relevant section:Tips on using the front-end code artifact Emmet plug-in
Emmet快捷键
2019-03-230个赞