亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

c#網(wǎng)站W(wǎng)ebConfig中域名引用示例介紹

 更新時間:2014年06月12日 11:33:25   投稿:whsnow  
這篇文章主要介紹了c#網(wǎng)站W(wǎng)ebConfig中域名引用,需要的朋友可以參考下
在WebConfig中定義如下。
復(fù)制代碼 代碼如下:

public class WebConfig
{
public static string ResourceServer = @"http://www.xxx.com/"; }

在前臺頁面中這樣調(diào)用
復(fù)制代碼 代碼如下:

<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"%>" />

相關(guān)文章

最新評論