我们经常会要用到页面的包含这样东西.
在asp.net 我开始也还是习惯用asp中的include 用起来感觉很麻烦.
我把asp.net 常用的3种方法写在这
1
.<script> <script src="top.aspx" runat="server"/>
2.include
<!-- INCLUDE file="top.aspx" --> <!-- INCLUDE virtual="/my/top.aspx">
3. 使用用户控件
用户控件提供灵活的功能.
Atas ialah kandungan terperinci 页面包含处理实例详解. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!