强制类型转换和隐式类型转换简单列举

强制转换:

parselnt;

parseFloat;

Number();

隐式转换:

+string:可以转换为数字;

a+" " :可以转换为字符串;

!var :可以转换为布尔值。

你可能感兴趣的:(积累)