/** * Created by Administrator on 2016/11/23. */ window.onload=function(){ console.log(1) var c=document.cookie; console.log(c) if(c.length > 30){ var d = document.getElementById("authority"); //console.log(d) // $("li").css("display","none"); // d.style.display = "none"; } };