• Request对象和Response对象


    一、Request对象获取传递数据的四种方式:

    • QueryString属性(查询字符串):获取通过URL路径传来的数据;
    • Form属性(表单数据):获取通过表单提交传输的数据;
    • ServerVariables属性:获取Web服务器变量的集合;
    • Params属性:以上三种方式传输的内容都可以使用该属性获取。

     二、Response对象常用的两种方法:

    • Write方法:直接在页面上输出内容(在页面的最顶端输出,在后续jQuery课程中将大量使用);
    • Redirect方法:重定向到另一个页面(通过后台程序控制页面跳转)
  • 相关阅读:
    How Many Answers Are Wrong
    Agri-Net —poj1258
    食物链
    A Bug's Life
    畅通工程
    Shortest path of the king
    Alex and Number
    KMP
    快速幂
    0x04
  • 原文地址:https://www.cnblogs.com/atlj/p/8998894.html
Copyright © 2020-2023  润新知