关于myHttpWebRequest.ContentType
在查阅msdn中
myHttpWebRequest.ContentType = "application/x-www-form-urlencoded";
想问这个属性依照什么取?
[解决办法]
Method为post的时候用的,用以模仿表单提交
ContentType 是国际标准规定的
[解决办法]
工具:HTTPAnalyzer
发布时间: 2012-09-10 11:02:32 作者: rapoo
关于myHttpWebRequest.ContentType
在查阅msdn中
myHttpWebRequest.ContentType = "application/x-www-form-urlencoded";
想问这个属性依照什么取?
[解决办法]
Method为post的时候用的,用以模仿表单提交
ContentType 是国际标准规定的
[解决办法]
工具:HTTPAnalyzer