摘要: document.write('write') console.log('log'); prompt('prompt') 阅读全文
posted @ 2023-03-23 14:30 文采呱呱 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 块级作用域:let 声明常量:const 变量解构赋值: 模板字符串: var str = `模板字符串`; console.log(str);//模板字符串 // 可以直接出现换行符 var str2 = `<ul><li>地獄</li><li>回调</li></ul>` console.log( 阅读全文
posted @ 2023-03-23 14:15 文采呱呱 阅读(40) 评论(0) 推荐(0) 编辑