listing2305.aspx
来自「asp入门到精通的源代码」· ASPX 代码 · 共 32 行
ASPX
32 行
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="VB" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>
<Mobile:Form runat="server">
<DeviceSpecific>
<Choice Filter="IsHtml32">
<HeaderTemplate>
<table width="100%" height="100%">
<tr>
<td bgcolor="#cccc99">
<img src="header.gif" height="26" width="100">
</td>
</tr>
<tr>
<td bgcolor="#ffffff" valign="top">
</HeaderTemplate>
<FooterTemplate>
</td></tr>
<tr><td bgcolor="#cccc99" height="4"></td></tr>
</table>
</FooterTemplate>
</Choice>
<Choice>
<HeaderTemplate>
<Mobile:Label runat="server" StyleReference="Title" Text="MySite.com" />
</HeaderTemplate>
</Choice>
</DeviceSpecific>
<Mobile:Label FontSize="Small" FontName="Arial"
Text="Welcome to my site!" />
</Mobile:Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?