摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script > //转义字符 \' \" \\ var str="string"; //方法 console.log(str.l 阅读全文
posted @ 2022-03-05 18:19 lwx_R 阅读(14) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script > //作用域 { var x=10; } console.log(x);//x可以访问到 { let y=10; 阅读全文
posted @ 2022-03-05 17:59 lwx_R 阅读(40) 评论(0) 推荐(0) 编辑