文件名称:菜单栏不刷新
文件大小:4KB
文件格式:TXT
更新时间:2018-12-09 06:25:52
cookie
window.onload = function() {
var show_item = "opt_1";
if (getCookie("show_item") != null) {
show_item= "opt_" + getCookie("show_item");
}
document.getElementById(show_item).style.display = "block";
var items = document.getElementsByClassName("title");
for (var j=0; j