function submitTaskScore(formid) {//formid表示的是表单的id
        $.ajax({
            type:"post",
            url:"companyAndDistributeAction!scoreTask",//后台处理程序
            data:$(formid).serialize(),
            success:
                function(){
                    document.getElementById("hjzggContent").innerHTML="<center><h1>评论成功!</h1>
            </center>&nbsp;&nbsp;&nbsp;&nbsp;<a href='allFinishedTask'>返回</a>"; }, error: function(){ alert("评论失败!"); } }); }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-10-31
  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-12
  • 2021-08-24
  • 2021-11-19
  • 2021-09-19
  • 2021-08-14
  • 2022-02-26
  • 2022-12-23
相关资源
相似解决方案