ajax 提交數據

Posted on 2015-07-29 16:03  qhy1277  阅读(193)  评论(0编辑  收藏  举报

 $.ajax({      

                       type: "get",       

                      async: false,           

                  url: "/book/UpdateSession",         

                    data: {

 

                            },               

              dataType: "json",               

              cache: false,                   

          success: function (result) {     

                        }                    

     });

Copyright © 2024 qhy1277
Powered by .NET 8.0 on Kubernetes