📄 新建 文本文档 (10).txt
字号:
1<%...@ Page Language="C#" AutoEventWireup="true" CodeFile="edit_news.aspx.cs" Inherits="edit_news" %>
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
5<html xmlns="http://www.w3.org/1999/xhtml" >
6<head runat="server">
7 <title>无标题页</title>
8</head>
9<body>
10 <form id="form1" runat="server">
11 <div>
12 <table style="width: 578px" align=center>
13 <tr>
14 <td colspan="2" align="center">
15修改XML新闻发布系统</td>
16 </tr>
17 <tr>
18 <td style="width: 100px">
19 标题:</td>
20 <td style="width: 93px">
21 <asp:TextBox ID="title" runat="server" Width="196px"></asp:TextBox></td>
22 </tr>
23 <tr>
24 <td style="width: 100px">
25 作者:</td>
26 <td style="width: 93px">
27 <asp:TextBox ID="author" runat="server"></asp:TextBox></td>
28 </tr>
29 <tr>
30 <td style="width: 100px">
31来源:</td>
32 <td style="width: 93px">
33 <asp:TextBox ID="ly" runat="server"></asp:TextBox></td>
34 </tr>
35 <tr>
36 <td style="width: 100px; height: 127px;">
37内容:</td>
38 <td style="width: 93px; height: 127px;">
39 <asp:TextBox ID="content" runat="server" Height="132px" TextMode="MultiLine" Width="429px"></asp:TextBox></td>
40 </tr>
41 <tr>
42 <td style="height: 21px" colspan="2">
43 <asp:Button ID="Button1" runat="server" Text="修改" OnClick="Button1_Click" Width="93px" />
44 <asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="返回新闻列表" /></td>
45 </tr>
46 </table>
47 </div>
48 </form>
49</body>
50</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -