js 常用类型转换简写

1、字符串转数字

+'666'
// 666

2、转换为字符串

''+666
//'666'
原文地址:https://www.cnblogs.com/mengfangui/p/9459610.html