var uname = new String("Hello World") console.log(uname) console.log("Length "+uname.length) // returns the total number of characters // including ...
確定! 回上一頁