c#代码写的空格如何在html中的select中展示出来呢?
var str = ""; //父级菜单不缩进 for (var j = 1; j < i; j++) { str += HttpUtility.HtmlDecode(" ") + "├"; }