摘要: 获取本周的起止日期 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script> window.onload = function(){ var a = document 阅读全文
posted @ 2016-07-16 16:53 Secretmm 阅读(126) 评论(0) 推荐(0) 编辑
摘要: html代码:<input type="checkbox"id="a1" value="1" class="checkone">css: .checkone{ -webkit-appearance: none;//消除本来的样式 margin: 0%; width:100%; height:100% 阅读全文
posted @ 2016-07-16 14:51 Secretmm 阅读(160) 评论(0) 推荐(0) 编辑
摘要: table的创建 html: <table class="tableone"> <thead> <tr> <th>可上课时间</th> <th>星期一</th> <th>星期二</th> <th>星期三</th> <th>星期四</th> <th>星期五</th> <th>星期六</th> <th> 阅读全文
posted @ 2016-07-16 14:15 Secretmm 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 循环在一个下拉列表框里 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script type="text/javascript" src="js/vue.js"></scrip 阅读全文
posted @ 2016-07-16 14:03 Secretmm 阅读(194) 评论(0) 推荐(0) 编辑