?? default.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>無標題頁</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<div style="text-align: center">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 90%; height: 50%">
<tr>
<td align="left" colspan="2" style="height: 5px; background-color: white">
<asp:Label ID="Label1" runat="server" BorderStyle="None" Text="請輸入要切分的句子或文章"></asp:Label></td>
</tr>
<tr>
<td colspan="2" style="background-color: white">
<asp:TextBox ID="TextBox1" runat="server" Height="107px" TextMode="MultiLine" Width="649px" ></asp:TextBox></td>
</tr>
<tr>
<td align="left" style="width: 162px; height: 25px; background-color: white">
<asp:Label ID="Label3" runat="server" Text="請輸入你想過濾的詞" Width="148px"></asp:Label></td>
<td style="width: 78px; height: 25px; background-color: white">
<asp:TextBox ID="TextBox4" runat="server" Width="489px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 162px; height: 95px; background-color: white" align="left">
<asp:Button ID="Button1" runat="server" Text="切詞" OnClick="Button1_Click" /></td>
<td style="width: 78px; height: 95px; background-color: white">
<asp:TextBox ID="TextBox2" runat="server" Height="82px" TextMode="MultiLine" Width="507px"></asp:TextBox></td>
</tr>
<tr>
<td align="left" style="width: 162px; height: 21px; background-color: white">
<asp:Label ID="Label2" runat="server" Text="請輸入未識別的詞"></asp:Label></td>
<td style="width: 78px; height: 21px; background-color: white">
<asp:TextBox ID="TextBox3" runat="server" Width="503px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 162px; height: 95px; background-color: white" align="left">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="未識別詞入庫" /></td>
<td style="width: 78px; height: 95px; background-color: white">
</td>
</tr>
</table>
</div>
</div>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -