3.6 替换
将指定内容替换成意向内容,假设有如下原始内容,提取标签a的超链接为:/book/530/382038.html,根据自动补全规则最终结果是:http://example.com/book/530/382038.html,但由于特殊处理,真正需要请求的地址是:http://example.com/book/chapter/530/382038.html,使用参考样例如下:
<a class="chapter" role="option" href="/book/530/382038.html">第一章</a>
替换:指定内容 -> 意向内容
"chapter": "a@replace->/book/->/book/chapter/"
最后更新于
这有帮助吗?