标签:nbsp file UNC function als 变量 div 作用域 作用
七种数据类型
·Symbol
·undefined
·null
·Boolean
·String
·Number
·Object
let a = Symbol(‘this is a symbol‘);
let b = Symbol();
console.log(a === b); //false
Symbol的用途:在{ }作用域内可以临时重写一个变量
//
标签:nbsp file UNC function als 变量 div 作用域 作用
原文地址:https://www.cnblogs.com/eret9616/p/8949842.html