1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. asp.net+jquery Jsonp使用方法介紹

        時間:2024-08-23 06:44:04 jQuery Mobile 我要投稿
        • 相關(guān)推薦

        asp.net+jquery Jsonp使用方法介紹

          服務(wù)器端

          復(fù)制代碼 代碼如下:

          string callback = Request["callback"];

          string response = string.Format(""value1":"{0}","value2":"{1}", v1, v2);

          string call = callback + "({" + response + "})";

          Response.Write(call);

          客戶端

          這里使用JQ,有下面兩種調(diào)用方法:

          1、使用getJson

          復(fù)制代碼 代碼如下:

          var url = "xxx.aspx?p1=1&p2=2&callback=?";

          jQuery.getJSON(url, function(data) {

          alert("value1:" + data.value1+ " value2:" + data.value2);

          });

          2、使用ajax

          復(fù)制代碼 代碼如下:

          jQuery.ajax({

          type:"get",

          url: "xxx.aspx",

          dataType : "jsonp",

          jsonp: "callback",

          data: "p1=1&p2=2&callback=?",

          success:function(msg){

          alert("value1:" + data.value1+ " value2:" + data.value2);

          }

          });

        【asp.net+jquery Jsonp使用方法介紹】相關(guān)文章:

        蝴蝶機(jī)的使用方法介紹03-13

        健身器材的使用方法介紹03-13

        有關(guān)托?谡Z模版的使用方法介紹04-02

        早教機(jī)使用方法02-27

        早教機(jī)的使用方法03-17

        武術(shù)器械使用方法03-06

        護(hù)發(fā)膜使用方法03-06

        西餐餐巾的使用方法03-26

        早教機(jī)藍(lán)牙的使用方法03-17

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>