在WebConfig中定義如下。
代碼如下:
public class WebConfig
{
public static string ResourceServer = @"http://www.xxx.com/"; }
在前臺(tái)頁面中這樣調(diào)用
代碼如下:
<script src="<% =WebConfig.ResourceServer %>/js/jquery-ui-all-min-lastest.js"
type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="<%=WebConfig.ResourceServer +"/css/style.css"%>" />
更多信息請查看IT技術(shù)專欄