**加粗** *斜体* ~~删除~~ >引用 # 一级标题 ## 二级标题 ###三级标题 *** 分隔线 --- ![插入图片](https://tse2-mm.cn.bing.n...
html结构头部 head 内容 body标签和属性 ...
html结构头部 head 内容 body标签和属性 ...
let av = 'name'//* 函数function getUserName (b) { return b ;}console.log(getUserName(av))//* 字面量 =>不可复用'\(^o^)/~' //* 变量let ...
console.log(123, typeof 123);console.log("....................");//* 定界符 单双引号 反引号console.log(`123`, typeof 123);console.log("...
// * 循环const arr = [1 , 2 , 1 ]let s = 0 while ( s < arr.length) { console.log(arr[s]) s++}console.log('-----------');s...
权重
// * class 类 类声明class User { // * 构造函数 :声明属性 constructor ( uname , emj ){ this.uname = uname this.emj = e...