脚本特效展示
检测浏览器去过站点
以下代码加入<head>区域
以下代码加入<body>区域
<script> var times=history.length; document.write('此浏览器已经去过'+times+'个站了。'); </script>