Web.config文件内配置如下: <appSettings> <add key="key" value="value"/> </appSettings> 读取代码: ConfigurationSettings.AppSettings["key"] 相关文章: