listnumbered.aspx

来自「asp.net技术内幕的书配源码」· ASPX 代码 · 共 14 行

ASPX
14
字号
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#" %>

<Mobile:Form runat="server">
<b>Now Playing:</b>
<br/>
<Mobile:List 
  Decoration="Numbered"
  Runat="Server">
<Item Text="Star Wars" />
<Item Text="Gone with the Wind" />
<Item Text="Citizen Kane" />
</Mobile:List>
</Mobile:Form>

⌨️ 快捷键说明

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