首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

java在模拟http请求时没法提交

2012-12-23 
java在模拟http请求时无法提交在用post方式提交的时候出现无法提交的情况,需要设置contenttype如下:reqEnt

java在模拟http请求时无法提交
在用post方式提交的时候出现无法提交的情况,需要设置contenttype如下:
reqEntity.setContentType("application/x-www-form-urlencoded");

热点排行