在jsp页面中,我是在 <input type= "text "中显示的数据。 能有什么办法使这个文本域中的数据不能修改。不用js。
------解决方案--------------------
readonly属性
------解决方案--------------------
<input readonly>
------解决方案--------------------
<input readonly>
------解决方案--------------------
up....
------解决方案--------------------
<input readonly>