ES5的标识符不能以数字、保留字、特殊符号开头
可以以字母,下划线,和$符号开头
var 声明的变量 的变量名严格区分大小写
Number()
用于解决Number()的缺陷
parseInt('12.34php') 12
parseFloat('12.34php') 12.34
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!