07 2022 档案

input标签value值设置为不可修改
摘要:方法一:readonly 例如 <input type = “text” name = “deptno” value=“<%=d.getDeptno()%>” readonly/> 内容不可修改,但是value值可以传递,是设置input标签为只读模式 方法二:disabled <input typ 阅读全文

posted @ 2022-07-29 11:09 霍志杰 阅读(17) 评论(0) 推荐(0) 编辑

在使用<%=request.getContextPath()%>时遇到的错误
摘要:正确代码: window.location.href = “<%=request.getContextPath()%>/dept/delete?deptno=”+dno; 或 window.location.href = “<%=request.getContextPath()%>”+“/dept/ 阅读全文

posted @ 2022-07-29 09:15 霍志杰 阅读(9) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示