⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.asp

📁 是个不错的文件代码,希望大家好好用,
💻 ASP
字号:
<!--#include file="set.asp" -->
<!--#include file="function.asp" -->
<%
wstr=getHTTPPage(urldns(Request("url")))
wstr=Autolink(wstr,urldns(Request("url")))	'完成截取后的页面
%>
<link rel="stylesheet" href="style.css" type="text/css">
<body leftmargin="0" topmargin="0">
<table width="770" border="0" cellspacing="1" cellpadding="0" align="center" bgcolor="#000000">
  <tr> 
    <td height="25" align="center" bgcolor="#6284cf" class="bbs_COLOR_2">天堂鸟(skynet.7u7.net) 
      实 时 新 闻 详 细 内 容</td>
  </tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="10" class="i" align="center">
  <tr>
    <td align="center"> 
      <% Response.Write wstr %>
    </td>
  </tr>
</table>
<table width="770" height="8" border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#000000">
  <tr>
    <td bgcolor="#6284cf" height=20><!--#include file="about.asp" --></td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -