<appSettings> <add key="message" value="Hello,World!" /> </appSettings>
在cs:
string str = ConfigurationManager.AppSettings["message"].ToString();