⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 book.aspx

📁 wap小说原创门户采集wapv2·0............
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="book, App_Web_xirwkaj3" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

<html xmlns="http://www.w3.org/1999/xhtml" >
<body>
    <mobile:Form id="Form1" runat="server">返回首页<br />返回书目<br />
<hr></hr>
<mobile:ObjectList ID="ObjectList1" Runat="server" CommandStyle-StyleReference="subcommand"
     LabelStyle-StyleReference="title">
    <DeviceSpecific>
        <Choice>
            <ItemTemplate>

      
    书名(点击阅读): <mobile:Link Runat="server" Text='<%# ((ObjectListItem)Container)["name"] %>' NavigateUrl='<%# "readclass.aspx?id="+((ObjectListItem)Container)["id"]%>' ID="Title" NAME="Title">
						</mobile:Link><br></br>
   作者:<%# ((ObjectListItem)Container)["zuoze"] %><br></br>
   类别:<%# ((ObjectListItem)Container)["time"] %><br></br> 
   发布时间:<%# ((ObjectListItem)Container)["zuoze"] %><br></br>
   内容介绍:<br></br>
      <%# ((ObjectListItem)Container)["jieshao"] %>
      
</ItemTemplate>
        </Choice>
    </DeviceSpecific>
</mobile:ObjectList> 
<hr></hr>
返回首页<br />返回书目<br /></mobile:Form>
</body>
</html>

⌨️ 快捷键说明

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