什么时候用GET, 查,删
什么时候用POST,增,改 (特列:登陆用Post,因为不能让用户名和密码显示在URL上)
4种get传参方式
localhost:21811/Handler1.ashx?id=1&name="abc" 超链接传递参数
什么时候用GET, 查,删
什么时候用POST,增,改 (特列:登陆用Post,因为不能让用户名和密码显示在URL上)
4种get传参方式
localhost:21811/Handler1.ashx?id=1&name="abc" 超链接传递参数