JavaScript数字与字符串转换 数字转字符串的方式: 1->数字调用toString方法转换为字符串.–num.toString(). 2->数字作为形参调用String函数.–St … Continue reading JavaScript数字与字符串转换