摘要:
string str = "|||"; Console.WriteLine(str.Substring(0, str.Length - 1)); Console.WriteLine(str.Remove(str.LastIndexOf("|"), 1)); Console.WriteLine(str.Remove(str.Length - 1)); 注:用str.TrimEnd('|')会将所有... 阅读全文
posted @ 2016-10-11 10:08
会弹猫的吉他
阅读(2861)
评论(0)
推荐(0)
摘要:
HTML特殊转义字符列表 最常用的字符实体 显示 说明 实体名称 实体编号 空格   < 小于 < < > 大于 > > & &符号 & & " 双引号 " " © 版权 © © ® 已注册商标 阅读全文
posted @ 2016-10-11 09:15
会弹猫的吉他
阅读(305)
评论(0)
推荐(0)