imgindex.aspx
来自「动网新闻.Net 版权所有:动网工作室-木鸟 程序制作:木鸟」· ASPX 代码 · 共 33 行
ASPX
33 行
<%@Page Language="C#" Inherits="DvNews.Pages.ImgIndex" EnableSessionState="false" EnableViewState="false" %>
<!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" lang="<%=config.Charset%>">
<head>
<!--#include file="inc/html_head.inc"-->
</head>
<body>
<!--#include file="head.inc" -->
<table class="twidth" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td class="navbar-left">
</td>
<td class="navbar">
<!--#include file="inc/navclass.aspx"-->
</td>
<td class="navbar-right">
</td>
</tr>
</table>
<table class="twidth" cellpadding="0" cellspacing="0" align="center">
<tr align="left" valign="top" >
<td>
<% GetList();%>
</td>
</tr>
</table>
<!--#include file="foot.inc" -->
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?