0
我正在爲我的客戶開發一個.asp網站。我新的.asp,我知道包括在PHP文件。這樣的:如何在asp.net中包含文件include?
<?php include("inc/contact.php"); ?>
但我嘗試在ASP這種方式。但不工作。我有一個空白頁面。現在我想知道:如何在asp.net中包含文件include?
我正在爲我的客戶開發一個.asp網站。我新的.asp,我知道包括在PHP文件。這樣的:如何在asp.net中包含文件include?
<?php include("inc/contact.php"); ?>
但我嘗試在ASP這種方式。但不工作。我有一個空白頁面。現在我想知道:如何在asp.net中包含文件include?
要包括的.asp的任何文件,只需鍵入像波紋管:
<!-- #include file="inc\contact.asp" -->
Importants事情是,斜線將左斜線(\)。