Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=GB2312" />
<title>Cookies记事贴</title>
<!-- 样式表 -->
<style>
* { font-size:12px; font-family:宋体, Arial; font-weight:normal; color:#333; } /*规定了所有的字体样式*/
textarea { width:100%; height:98%; border:1px solid black; } /*定义多行文本框的样式*/
</style>
<!-- 脚本部分 -->
<script>
function read_cookie(key){
var str, ary;
str = document.cookie;
CSS代码...
xxxxxxxxxx
JS代码...