我正在尝试在子字符串的末尾添加省略号,但在Html.Raw
的末尾和 …
之间有一个空格。
我的实际代码是:
<div class="teaser"><p>@Html.Raw(contentItem["Teaser"].Substring(0, 100) + " …")</p></div>
但输出是......
This is the output and there's a space befo ...
但我想......
This is the output and there's a space befo...
答案 0 :(得分:1)
正在添加空格。