example1.aspx
来自「东软内部材料(四)asp等相关的教学案例 」· ASPX 代码 · 共 18 行
ASPX
18 行
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls"
Assembly="System.Web.Mobile" %>
<mobile:Form Runat="server" id="first" Title="First Page">
Welcome!<br/>
<mobile:Link Runat="server" NavigateURL="#second">
Continue
</mobile:Link>
<mobile:Link Runat="server" NavigateURL="http://www.somewhere.com/">
Home
</mobile:Link>
</mobile:Form>
<mobile:Form runat="server" id="second" Title="Second Page">
Now into content...
</mobile:Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?