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

2024-11-15 20:55:41
推荐回答(1个)
回答1:

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