JavaScript toString () 方法JavaScript Number 对象实例把数字转换为字符串: [mycode3 type='js'] var num = 15; var n = num.toString(); [/mycode3] n 输出结果: 15 ...
確定! 回上一頁