c# 構造tree下拉框,空格轉化

大穩·楊發表於2018-10-22

c#程式碼寫的空格如何在html中的select中展示出來呢?

                var str = "";
                //父級選單不縮排  
                for (var j = 1; j < i; j++)
                {
                    str += HttpUtility.HtmlDecode("&nbsp;&nbsp;") + "";
                }

 

相關文章