10 2018 档案

摘要:submit同一提交到后台处理 阅读全文
posted @ 2018-10-25 19:51 heshimei77 阅读(94) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <div> <span onclick="prime(this)">aaaa</span> <span>bbbb</span> <sp 阅读全文
posted @ 2018-10-22 10:44 heshimei77 阅读(143) 评论(0) 推荐(0)
摘要:一、引入必要文件 下载地址:(https://github.com/nghuuphuoc/bootstrapvalidator/archive/v0.4.5.zip) <link rel="stylesheet" href="/path/to/bootstrap/css/bootstrap.css" 阅读全文
posted @ 2018-10-17 10:56 heshimei77 阅读(477) 评论(0) 推荐(0)
摘要:forEach是ES5中操作数组的一种方法,主要功能是遍历数组,例如: 1 2 var arr = [1,2,3,4]; arr.forEach(alert); 等价于: 1 2 3 4 var arr = [1, 2, 3, 4]; for (var k = 0, length = arr.len 阅读全文
posted @ 2018-10-08 11:30 heshimei77 阅读(127) 评论(0) 推荐(0)