js 函式報錯“Uncaught: TypeError xxx is not a function”

flyingfishzxf發表於2016-07-07

寫ajax函式時,遇到這樣的錯誤
首先看看標籤屬性中有沒有與函式名相同的屬性名
比如:函式名為create_user()
屬性id="create_user"
或者 屬性 name="create_user"

那麼就會導致這樣的報錯,只要把屬性名改成其他與函式不一樣的名稱或者刪掉就可以了

相關文章