zoukankan      html  css  js  c++  java
  • ajax 提交數據

     $.ajax({      

                           type: "get",       

                          async: false,           

                      url: "/book/UpdateSession",         

                        data: {

                                },               

                  dataType: "json",               

                  cache: false,                   

              success: function (result) {     

                            }                    

         });

  • 相关阅读:
    JS小功能系列9商品筛选
    JS小功能系列8省市联动
    if u
    js属性
    js初识
    弹性盒
    项目合作
    css重置
    关于响应式布局
    自我定位
  • 原文地址:https://www.cnblogs.com/qhy1277/p/4686187.html
Copyright © 2011-2022 走看看