10
if
(pos == 0)
11
{
12
index = pos + 2;
13
}
14
else
(pos == input.Length - 2)
15
16
toAppend = input.Substring(index, pos - index);
17
(!
string
.IsNullOrEmpty(toAppend))
18
19
sb.AppendFormat(
"{0} "
, toAppend);
20
2/4 首页 上一页 1 2 3 4 下一页 尾页