摘要: 请编写一个方法,实现如下功能: 删除输入的任意字符串中所有最邻近的 "<" 和 ">" 之间的字符,将其余字符返回。 public string GetTrimChar(string strInput) 例1:输入<123><456>4<5</456></123> 输出4<5 例2:输入ab<1b2 阅读全文
posted @ 2020-08-28 09:44 智者见智 阅读(88) 评论(0) 推荐(0) 编辑