2017年12月02日 JavaScript JS转化字符串 String() 可以转换undefined和null .toString() 不行另外常见转化:+xxx转化为数字(+new Date()),!!xxx转化为布尔 (顺带说一句,加法的处理真奇怪) 12343 + '1' // 313 - '1' // 2+'1' // 1-'1' // -1 无关的另外:preferObject || backupObject 备胎写法 Newer 各语言获取字符串长度 Older JS小历史