21
index = pos + 2;
22
}
23
else
if
(pos > 0)
24
{
25
toAppend = input.Substring(index, pos - index);
26
(!
string
.IsNullOrEmpty(toAppend))
27
28
sb.AppendFormat(
"{0} "
"
, toAppend);
29
30
31
3/4 首页 上一页 1 2 3 4 下一页 尾页