zoukankan      html  css  js  c++  java
  • js json

    def uid_chk_url():
    request_time = time.time()
    print(request)
    print(request.json)
    print('270')
    print('270', request.get_data())


            $.ajax({
    url: url,
    method: "POST",
    //data: JSON.stringify('{"uid":"' + term + '"}'),
    data: {uid: term}.toJSONString(),
    //data: {uid: term},
    //dataType: "application/json"
    dataType: "json",
    //contentType: "text/plain",
    }).done(function (msg) {
    // $("#log").html(msg);
    alert(123)
    }).fail(function (msg) {
    alert(456)
    });





  • 相关阅读:
    ZOJ 3556
    ZOJ 2836
    HDU 2841
    HDU 4135
    POJ 3695
    POJ 2773
    HDU 4407
    HDU 1796
    ZOJ 3688
    ZOJ 3687
  • 原文地址:https://www.cnblogs.com/rsapaper/p/8012151.html
Copyright © 2011-2022 走看看