欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

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

 更新時(shí)間: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)文章

最新評論