zoukankan      html  css  js  c++  java
  • 浏览器网络

    General;
        Request URL;
        Request Method:
        Status Code:
        Remote Address:
    Response Headers;
        Cache-Control:
        Content-Length:
        Content-Type:
        Date:
        Server:
        X-Powered-By:
    Request   Headers;
        Accept:
        Accept-Encoding:
        Accept-Language:
        Connection:
        Content-Length:
        Content-Type:
        Host:
    Query String Parameters;
        id:
    Form Data;
        order Id:
        money:
    一般;
        请求URL;
        请求方法:
        状态码:
        远程地址:
    响应头;
        缓存控制:
        内容长度:
        内容类型:
        日期:
        服务器:
        X-已启动方式:
    请求标题;
        接受:
        接受编码:
        接受语言:
        连接:
        内容长度:
        内容类型:
        主办:
    查询字符串参数;
        ID:
    表格数据;
        订单ID:
        钱:
         $.post("http://localhost/index.php?id=5", "orderId=5&money=100");  //请求的数据
  • 相关阅读:
    Vue.js
    Vue.js
    Vue.js
    Vue.js
    webpack(1)
    webpack(2)
    babel-loader7和babel8版本的问题
    [JZOJ4274] 终章-剑之魂
    [JZOJ427] 圣章-精灵使的魔法语
    BZOJ题表(红色表示已完成)
  • 原文地址:https://www.cnblogs.com/enych/p/8038401.html
Copyright © 2011-2022 走看看