如圖報(bào)了not defined 的錯(cuò)誤
我的錯(cuò)誤寫(xiě)法
<button onclick="a()"> </button>
js中 function a(){}
正確寫(xiě)法
js中
a=function(){}
如圖報(bào)了not defined 的錯(cuò)誤
我的錯(cuò)誤寫(xiě)法
<button onclick="a()"> </button>
js中 function a(){}
正確寫(xiě)法
js中
a=function(){}