获取百度URL 

var url = System.Configuration.ConfigurationManager.AppSettings["BaiduUrl"];

<configuration>
  <appSettings>
    <add key="BaiDuUrl" value="http://baidu.com" />
  </appSettings>
</configuration>

  

 

相关文章:

  • 2022-12-23
  • 2022-01-26
  • 2022-12-23
  • 2021-10-31
  • 2022-02-05
  • 2022-01-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案