📄 class.aspx
字号:
<%@ Page language="c#" Codebehind="class.aspx.cs" Inherits="wapmove._class" AutoEventWireup="false" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<HEAD>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="C#">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/Mobile/Page">
</HEAD>
<body Xmlns:mobile="http://schemas.microsoft.com/Mobile/WebForm">
<mobile:Form id="Form1" runat="server" Paginate="True">
<FONT face="宋体">
<TABLE height="100" cellSpacing="0" width="100%" border="0">
<TR>
<TD height="20">
<p>
<mobile:Label id="Label1" runat="server">Label</mobile:Label>
</p></TD>
</TR>
<TR>
<TD>
<mobile:ObjectList id="ObjectList1" runat="server" CommandStyle-StyleReference="subcommand" LabelStyle-StyleReference="title"
ItemsPerPage="5">
<DeviceSpecific>
<Choice>
<ItemTemplate>
<table width="100%" height="10" border="0" cellspacing="0">
<tr>
<td width="70%">
<mobile:Link Runat="server" Text='<%# ((ObjectListItem)Container)["picname"] %>' NavigateUrl='<%# "show.aspx?picid="+((ObjectListItem)Container)["picid"]%>' ID="Title" NAME="Title">
</mobile:Link></td>
<td width="30%"> 点击:<%# ((ObjectListItem)Container)["look"] %></td>
</tr>
</table>
</ItemTemplate>
</Choice>
</DeviceSpecific>
</mobile:ObjectList></TD>
</TR>
<TR>
<TD height="20"> </TD>
</TR>
</TABLE>
</FONT>
</mobile:Form>
<FONT face="宋体"></FONT>
<FONT face="宋体"></FONT>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -