02 2021 档案
摘要:一、严格模式的作用 严格模式可以让我们及早发现错误,使代码更安全规范,推荐在代码中一直保持严格模式运行。 二、基本差异 2.1 变量必须使用关键词声明,未声明的变量不允许赋值 "use strict"; url = 'houdunren.com'; //url is not defined 2.2
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文

浙公网安备 33010602011771号