Request.Form接收不到post数据.

https://q.cnblogs.com/q/62635/

Content-Type 有没有设置为 application/x-www-form-urlencoded,如果你是Ajax 提交的

 

post的数据格式要如下

Account=wxy&Password=123456

相关文章: