- 博客(4)
- 收藏
- 关注
原创 关于隐藏域的解释<input type=hidden name=hideOperate value=‘‘>
<input type=hidden name=hideOperate value=''> <input type=hidden id="fmtransact" name="fmtransact"> <input type=hidden id="planCode" name="planCode"> 上面是html中的隐藏域。主要作用为: 1 、隐藏域在页面中对于用户是不可见的,在表单中插入隐藏域的目的在于收集或发送信息,以利于被处理表单的程序所使用。浏览者单击发送按钮发.
2021-11-08 09:45:33
1191
原创 JDK的版本切换
JDK的环境变量只需要在系统变量中设置即可 1.JAVA_HOME 的值为C:\Program Files\Java\jdk1.6.0_43 2.Path 的值为%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; 或者是下方两条记录(看情况) Path 的值为%JAVA_HOME%\bin %JAVA_HOME%\jre\bin **************************这两...
2021-11-03 22:49:03
179
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅