1、isNaN() 用于判断是不是数字,返回值 true 或 false。
2、prompt() 返回值类型是 string
+prompt() 返回值类型是 number
3、parseInt() 可以将小数转换为整数。
4、