jquery ajax

$.ajax({
url:'<%=basePath %>***.action,
type:'POST',
success:function(msg){
 alert("is ok");
}
})
posted @ 2022-04-08 18:02  oceanyang  阅读(6)  评论(0编辑  收藏  举报