input标签value值设置为不可修改
摘要:
方法一:readonly 例如 <input type = “text” name = “deptno” value=“<%=d.getDeptno()%>” readonly/> 内容不可修改,但是value值可以传递,是设置input标签为只读模式 方法二:disabled <input typ 阅读全文
posted @ 2022-07-29 11:09 霍志杰 阅读(32) 评论(0) 推荐(0)
浙公网安备 33010602011771号