Simply put, it uses automatic recognition link technology to capture
html、js、jsoninnerHyperlink、img link、js link、linketc. Links to non-standard tag codes.
1. Click on the software menu barOptions。
2. Find in the options pop-up boxIdentify Links, click to open and seeHyperlink、Script Links、Style Link、image link、File Linkswait.
3. Check the upper right cornerAll open intelligent recognition, in general, just turn on intelligent recognition.
4. Supported versions: website download pro

<img data-src="/static/image/1.jpg"> <a data-href="/static/image/2.jpg" />
Recognize the image:
/static/image/1.jpg/static/image/2.jpg//图片 document.writeln("<img src=\"/jsimg/jsRender.jpg\" title=\"这是js渲染的图片\" />"); //脚本 document.writeln("<script src=\"/js/renderOtherJs.js\"></script>"); //样式 document.writeln("<link rel=\"stylesheet\" href=\"/css/jsrender.css\">"); //超链接 document.writeln("<a href=\"/article/100.html\">超链接</a>");
/jsimg/jsRender.jpg/js/renderOtherJs.js/css/jsrender.css/article/100.htmlvar urlObj = { "url": '\/jsImg\\parks.png' };
\/jsImg\\parks.png, and automatically escape the link to get the original address, and process the link address normally after downloading.var jsonObj = [ { "imgUrl": "/static/image/test.jpg", "js-Url": "/static/js/js.js", "cssUrl":"/static/css/style.css" }, ]
/static/image/test.jpg 2. Script link:/static/js/js.js 3. Style link:/static/css/style.css<script> var jsonData = { "href": "javascript:Mb.jumpTo({"jumpModuleId":422,"colUrl":"/home_next.jsp?id=999888777","colId":106});" }; </script>
Identify hyperlinks:/home_next.jsp?id=999888777
Matching Identificationcontent.