这里的获取的是html文件中body中的所有标签以及内容 ...
public static int[] GetImagePos(string str) { str = str.Replace("$", ...
类的代码: 调用: 转自:http://hovertree.com/h/bjaf/jhvb7drd.htm 推荐:http://www.cnblogs.com/ro ...
...
public static List<String> getImageSrc(String htmlCode) { List<String> imageSrcLis ...
1. 去除字符串中的 html 标签 2. 获取地址栏参数 3. 替换字符串 ...
public static List<String> getImg(String htmlStr) { List<String> list = new A ...