<!-- Ajax提交腳本--><script>
$(function(){ // 新增點選事件
#$('
$('# login').on('click',function(event){ //
console.log($("form").serialize())
##$.##type:"POST", //提交方式為POST
url: "{:url('check) ).serialize(), //序列化表單整體提交
dataType:'json', ){
## if(data.status == 1){ //返回1才允許跳轉後台
alert(data.sage); url('index/index')}";
}else{
alert(data.message);
#}
});
});
});
</script>
錯誤訊息:POST http://dzymgl.com/index/User/checkLogin.html 404 (Not Found)
這是什麼情況呀