JavaScript toLocaleString() 方法JavaScript Date 对象实例根据本地时间把Date 对象转换为字符串: var d=new Date(); var n=d.toLocaleString(); n 输出结果: var ...
確定! 回上一頁