jsp防盗链 2012-03-10 来源: 卓杰科技(www.zhuojie.net) 浏览:

核心提示:jsp防盗链代码

jsp防盗链

index.jsp

以下为引用的内容:

-----------------------------

<html>
  <head><title>Simple jsp page</title></head>
  <body>Place your content here

  here is index jsp
    get header info
  <a href=http://www.zhuojie.net/?/server/2007/0803/"a.jsp">a.jsp</a>
  </body>
</html>

 ------------------------------