javascript时间戳和日期字符串相互转换

javascript时间戳和日期字符串相互转换
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript"> // 获取当前时间戳(...

阅读全文>>

阅读全文...

Javascript范围操作li标签(可举一反三)

Javascript范围操作li标签(可举一反三)
<ul id="ul_list"> <li></li> <li></li> <li></li> </ul> <script> var aLi = document.getElementById("ul_list").getElementsByTag...

阅读全文>>

阅读全文...