上一页 1 ··· 6 7 8 9 10
摘要: var now=new Date();一周前的时间=(now.getFullYear()) + '-' + (now.getMonth()+1) + '-' + (now.getDate()); var date = new Date(now.getTime() - 7 * 24 * 3600 * 阅读全文
posted @ 2017-05-17 13:17 伊优 阅读(207) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><head><meta http-equiv="Content-Type" content="text/html" charset="utf-8" /><title>javascript实现的倒计时时钟</title><script language="javascri 阅读全文
posted @ 2017-03-30 14:46 伊优 阅读(609) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>复选框checkbox类似单选按钮radio</title> </head> <body> <form method=post action=""> <input type="che 阅读全文
posted @ 2017-03-30 11:54 伊优 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>复选框checkbox类似单选按钮radio</title> </head> <body> <form method=post action=""> <input type="che 阅读全文
posted @ 2017-03-30 11:34 伊优 阅读(669) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10