摘要: /** * @param $article文章详情 * @param int $count记录数 * tp须引入cookie类 */ function addHistory($article,$count=5) { if(!Cookie::has('history')){ Cookie::set(' 阅读全文
posted @ 2020-07-08 15:53 成文的博客 阅读(393) 评论(0) 推荐(0) 编辑
摘要: alert(dateFormat('2020-07-08 11:32:44')); function dateFormat(d1) { var dateEnd = new Date();//获取当前时间 var dateBegin = new Date(d1.replace(/-/g, "/")); 阅读全文
posted @ 2020-07-08 15:38 成文的博客 阅读(336) 评论(0) 推荐(0) 编辑
摘要: <input type="text" list="note" autocomplete="off"> <datalist id="note"> <option value="小米"> <option value="百度"> <option value="京东"> <option value="腾讯" 阅读全文
posted @ 2020-07-08 15:04 成文的博客 阅读(964) 评论(0) 推荐(0) 编辑