wrapping.aspx
来自「asp.net技术内幕的书配源码」· ASPX 代码 · 共 14 行
ASPX
14 行
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" %>
<Mobile:Form runat="server">
<Mobile:TextView
Wrapping="NoWrap"
Runat="Server">
This is a line of text that goes off the side of the page because it is very long
</Mobile:TextView>
</Mobile:Form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?