var str = "123ab"; console.log(typeof(str++)) 输出是什么,为什么?

2024年11月15日 20:55
有1个网友回答
网友(1):

++是隐式转换转换为number类型