`
文章列表
使用easyui验证两次密码输入是否一致: 1.首先导入easyui的js与css: <script type="text/javascript" src="<%=basePath%>js/jquery-1.7.2.min.js"></script> <link rel="stylesheet" type="text/css" href="<%=basePath %>css/themes/icon.css"/> <li ...
map遍历的几种方法: public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); map.put("1", "value1"); map.put("2", "value2"); map.put("3", "value3"); //第一种:普遍使用,二次取值 System.out.printl ...
Global site tag (gtag.js) - Google Analytics