streamingusage.aspx
来自「掌握学习.net开发的非常好的资料」· ASPX 代码 · 共 23 行
ASPX
23 行
<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As [Object], e As EventArgs)
Dim Dt As DateTime = DateTime.Now
TimeLabel.Text = Dt.ToString()
End Sub 'Page_Load
</script>
<HTML><HEAD><TITLE>Streaming Usage Sample</TITLE></HEAD>
<BODY>
<DIV align=center>
<font face="Arial" size="2"><asp:Label id="TimeLabel" runat="server"/></font>
<br>
<img border="0" src="streaming.aspx"><br><br>
<font face="Arial" size="2">View the source of this page in your browser to see that streaming.aspx is included<br>in the page with a regular HTML img reference. There is no reference to an actual image file.
</font>
</DIV>
</BODY>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?