⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 streamingusage.aspx

📁 掌握学习.net开发的非常好的资料
💻 ASPX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -