var str = 'this is string'; alert(toString(str)); 執行結果:. 所以從上述執行結果得知object.toString()只是輸出該物件的資訊,並以字元表示,和 ...
確定! 回上一頁