jsp中标签disabled之后,在action中用request.getParameter()取不到该标签
如jsp中<input type="text" name="hello" value="helloworld" disabled />,
在action中,request.getParameter("hello");会报错。
jsp中标签disabled之后,在action中用request.getParameter()取不到该标签
如jsp中<input type="text" name="hello" value="helloworld" disabled />,
在action中,request.getParameter("hello");会报错。