嘗試呼叫 jsStr_A.length() 將導致執行時期錯誤,因為此物件沒有 length() 方法。 在比較字串時,可能會發生更難以捉摸的錯誤。 var jsStr_A = "Hello, World"; // ...
確定! 回上一頁