ssh表单提交中文乱码

系统已经统一了utf-8。前面的功能都支持中文。新写的表单不能支持。后来将form的提交方式改为post就解决了

 

<form method="post" action="wordAdd.action">
  <input type="textfield" name="word.content" />
  <input type="submit" value="添加" class="add-user" />
</form>

posted @ 2013-04-21 08:35  我的百科全书  阅读(194)  评论(0编辑  收藏  举报