Return the primitive value of a string object: let str = "Hello World!"; str.valueOf() // Returns "Hello World!".
確定! 回上一頁