悉阳桑2018-04-18 20:07:45
success:function(data){ if(data.status ==1){ alert(data.message); window.location.href="{:url('index/index')}"; window.location.href = "{:url('index/index')}"; }else{ alert(data.message); window.location.href="{:url('login/index')}"; window.location.href = "{:url('login/index')}"; } } }); return false; //加入false
时光@记忆2018-04-16 22:10:02
(type='button')的時候它只是一個按鈕。沒有加入onclick()事件的時候,什麼事都不會發生。而(type="submit")會提交表單到伺服器