js如何把数组里的字符串转为数字

2024年08月02日 建站教程

["1","2","3","4","5"].map(Number);

结果输出:

(5) [1, 2, 3, 4, 5]

本文链接:http://so.lmcjl.com/news/9756/

展开阅读全文