2012-03-14 67 views

回答

2

您使用System.Web.Configuration.WebConfigurationManager.AppSettings集合来访问配置设置。

<script type="text/javascript" 
     src="path?key=<%=WebConfigurationManager.AppSettings["key"]%>"> 
</script>