get和post发送请求和传参的方式
get:localhost:21811/Handler1.ashx?id=1&name="abc";在url后面,通过?开始连接参数,参数键值对的形式。以&串联起各个参数
posted on 2019-06-18 15:28 Cherishforchen 阅读(6242) 评论(2) 编辑 收藏 举报
get:localhost:21811/Handler1.ashx?id=1&name="abc";在url后面,通过?开始连接参数,参数键值对的形式。以&串联起各个参数
posted on 2019-06-18 15:28 Cherishforchen 阅读(6242) 评论(2) 编辑 收藏 举报