📄 testpr.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestPR.aspx.cs" Inherits="TestPR" %>
<!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>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="Label1" runat="server" Style="z-index: 100; left: 229px; position: absolute;
top: 148px; color: activecaption;" Text="Check Page Rank" Width="180px" BackColor="#E0E0E0"></asp:Label>
<asp:Label ID="Label2" runat="server" Style="z-index: 101; left: 23px; position: absolute;
top: 236px; color: activecaption;" Text="Enter Site:" Width="190px" BackColor="#E0E0E0"></asp:Label>
<asp:TextBox ID="lblPageRank" runat="server" Style="z-index: 102; left: 236px; position: absolute;
top: 295px" BackColor="#E0E0E0"></asp:TextBox>
<asp:TextBox ID="txtSiteURL" runat="server" Style="z-index: 103; left: 236px; position: absolute;
top: 232px" BackColor="#E0E0E0"></asp:TextBox>
<asp:Button ID="btnPR" runat="server" OnClick="btnPR_Click" Style="z-index: 104;
left: 418px; position: absolute; top: 229px; color: activecaption;" Text="Get PageRank" Width="106px" BackColor="#E0E0E0" />
<%--<asp:Button ID="btnClose" runat="server" Height="19px" OnClick="Button2_Click" Style="z-index: 106;
left: 420px; position: absolute; top: 295px" Text="Exit" Width="85px" />--%>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -