本文共 486 字,大约阅读时间需要 1 分钟。
function submitTaskScore(formid) {//formid表示的是表单的id $.ajax({ type:"post", url:"companyAndDistributeAction!scoreTask",//后台处理程序 data:$(formid).serialize(), success: function(){ document.getElementById("hjzggContent").innerHTML="返回"; }, error: function(){ alert("评论失败!"); } }); } 评论成功!
转载地址:http://eqzjx.baihongyu.com/