Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 ASP.net 中,使用带有 appSettings 部分的 WEB.CONFIG 文件;我正在尝试存储一些字符串变量。一个是包含不间断空格的字符串(unicode 十六进制值 00A0),另一个是空字符串。
我认为它类似于 unicode 的“#&FFFF”,但找不到任何指导。此外,WEB.CONFIG 文件不喜欢空字符串。
我有一个解决方法,但是如果知道如何在配置文件中存储 unicode 字符或空字符串会很棒。
Web.config 是 XML,所以遵循XML 标准
<add key="Test" value=" " />