🌈 搜索
📅  最后修改于: 2022-03-11 15:02:47.328000             🧑  作者: Mango
const three = "3"; typeof(three); // 'string' const threeInt = parseInt(three, 10); typeof(threeInt); // 'number'