JS去掉最后一个字符
2021-01-11
$.ajax({
type:"POST",
url:"/Login/Index/checkLogin.html",
data:{account:account,password:password},
datatype: "json",
beforeSend:function(){
},
success:function(data){
},
complete: function(XMLHttpRequest, textStatus){
},
error: function(){
}
});
if(confirm('确定要删除吗')==true){
$.ajax({
type:"POST",
url:"/Login/Index/checkLogin.html",
data:{account:account,password:password},
datatype: "json",
beforeSend:function(){
},
success:function(data){
},
complete: function(XMLHttpRequest, textStatus){
},
error: function(){
}
});
}else{
return false;
}
!
2021-01-11
2021-01-11
2021-01-11
2021-01-11
2021-01-11
2021-10-11
2021-01-11
2021-01-30
评论