📄 trace_application.aspx
字号:
<html>
<script language="VB" runat="server">
Sub Page_Load(objSource As Object, objArgs As EventArgs)
Trace.Write("My Trace", "This is Page Load")
End Sub
</script>
<body>
Some body matter.... <p />
<%
Trace.Write("My Trace", "This is in the Body")
%>
</body>
<%
Trace.Write("My Trace", "OK this is the end..")
%>
<A HREF="trace.axd">View Trace</A>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -