//最简单的正则:^以什么开头;$以什么结尾;|或的意思(匹配多个正则)var selector = textMatch("\\d+评论$|a评论$");var result = click(selector);