JS 提示Cannot read property 'replace' of undefined 出現這個錯誤的原因一般是傳的引數為null 在傳參之前加個是否為null的判斷可以解決異常。
確定! 回上一頁