对象Object的toString方法,valueOf方法是什么意思?

let o = new Object()
let aaa = o.toString()
let bbb = o.valueOf()
aaa是什么?
bbb是什么?

阅读 2k
2 个回答
推荐问题