• 2022-10-29
    var t1=345;[br][/br] document.write(t1.toString()+","); document.write(typeof t1+","); document.write(typeof t1.toString()+"。"); 上述代码段的输出结果是 , , 。