| 
 UID558479 帖子171 精华0 威望0  阅读权限100 注册时间2010-1-29 
 | 
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <style>
 body {
 background: url(/client/styles/images/error.jpg) no-repeat center;
 background-color: #efefef;
 }
 </style>
 <script>
 document.oncontextmenu=function(){
 return false;
 }
 </script>
 </head>
 <body>
 </body>
 </html>
 重点红色,你下载的时候就已经出错了。
 这就是一段html,你直接改后缀名为html就可以打开了
 | 
 |