using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1 App.config file: <?xml version="1.0" encoding="utf-8" ?><configuration> <appSettings> <add key="username" value="wxf"/> <add key="password" value="fxw"/> </appSettings></configuration> Output results: wxf fxw 相关文章: 2021-09-11 2021-05-31 2021-10-16 2022-12-23 2022-12-23 2022-01-13 2021-10-13 2021-06-26