最新回答 / _小陈同学
<script> function $(id) { return typeof id === "string" ? document.getElementById(id) : id; } window.onload = function() { //标签的索引 var timer = null; var lis = $("notice-tit").getElementsByTagName("li"); va...
2015-06-24