System.Web.HttpUtility.HtmlDecode不适用于 test %3cstrong%3ebold %3c/strong%3etest
test %3cstrong%3ebold %3c/strong%3etest
输出应该是 <strong>bold </strong>test
<strong>bold </strong>test
c#
c# ×1