[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖
回复 2# CrLf

在理!+1

TOP

建议 帮助 和 例子 提供多点
方便  菜鸟入手

TOP

希望支持 前后引用
譬如抓取网页 <X>我要的内容</X> html标签
我编了个正则歌诀:
网页抽取也简单,标上颜色改括号




正则表达式:
(?<=(html" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;")>).*(?=</[a]>)
测试代码:
  1. <a href="http://search.onlinedown.net/search_list.php?searchsid=1&searchname=金山清理专家" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">金山清理专家</a><a href="/special_583724.html" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">金山清理专家 3.4.2官方</a>
  2. <a href="http://search.onlinedown.net/search_list.php?searchsid=1&searchname=搜狗软件助手" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">搜狗软件助手</a><a href="/special_582862.html" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">搜狗软件助手 3.1.15.47官方版</a>
  3. <a href="http://search.onlinedown.net/search_list.php?searchsid=1&searchname=数学系工会工作计划" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">数学系工会工作计划</a><a href="/special_51026.html" target="_blank" style="max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">数学系工会工作计划 </a>
复制代码

TOP

回复 13# wskwfkbdn
这是活着的雷锋和焦裕禄啊! 新更新的版本太强大了。

TOP

返回列表