日期:2014-05-19 浏览次数:20669 次
<form id="playWheresForm" method="post" action="go"> <input type="text" name="playWheresForm .id" value="" /> <input type="text" name="playWheresForm .name" value="" /> <input type="text" name="playWheresForm .age" value="" /> <input type="submit"/> </form>
------解决方案--------------------
如果表单中的属性都在对应的playWheresForm 里、
那么你就可以取到、
获取值就直接使用playWheresForm这个对象的变量就可以了
playWheresForm.getXX();