string all = ..Text;string[] lines = all.Splite(new string[3]{"\r", "\n", "\r\n"});就可以获得所有行了
里面其实就是一段html,通过标签去截取