Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>检测浏览器是否关闭了Cookie功能</title>
</head>
<body>
<script language="javascript">
<!--
if (navigator.cookieEnabled){
document.write("你的浏览器允许使用Cookie");
}else{
document.write("你的浏览器不允许使用Cookie");
}
//-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx