ajax 提交數據

 $.ajax({      

                       type: "get",       

                      async: false,           

                  url: "/book/UpdateSession",         

                    data: {

                            },               

              dataType: "json",               

              cache: false,                   

          success: function (result) {     

                        }                    

     });

原文地址:https://www.cnblogs.com/qhy1277/p/4686187.html