填空题
请将以下字符串强制转换为Number型
var zipcode: String = “870018”;
var num: Number=();
【参考答案】
Number(zipcode);
点击查看答案
相关考题
