Files
itooldog/view/index/xpath.html
T
2023-03-21 15:26:43 +08:00

6 lines
3.8 KiB
HTML

<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.xpath.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.xpath.keywords}" /><meta name="description" content="{$my.Think.config.web.xpath.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/regex/">正则表达式测试工具</a></li><li role="presentation"><a href="/regexcode/">正则生成代码</a></li><li role="presentation"><a href="/formatfilter/">Html过滤工具</a></li><li role="presentation"><a href="/regexdso/">常用正则表达式</a></li><li role="presentation"><a href="/regexsucha/">正则表达式语法速查</a></li><li role="presentation"><a href="/runjs/">运行Js/html/css</a></li><li role="presentation" class="active"><a href="/xpath/">Xpath工具</a></li></ul><div class="panel"><form id="form1" class="form-horizontal"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="content" name="content" rows="10" placeholder="请输入要Xpath测试的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button type="button" class="btn btn-success" onClick="find(1)">解析图片</button><button type="button" class="btn btn-success" onClick="find(3)">解析链接</button><input class="form-control form-di" placeholder="xpath表达式" id="xpath" style="width: 120px;" /><button type="button" class="btn btn-success" onClick="find(2)">xpath匹配</button><button type="button" class="btn btn-default" onClick="demo()">示例数据</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制结果</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>Xpath工具</h4><p>Xpath工具为您提供Xpath解析,Xpath在线工具,xpath提取html,xpath定位测试,根据xpath寻找网页图片、html超链接等元素,根据标签名,属性寻找元素,可在实时测试的xpath在线工具。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script src="/static/script/pcjs/xpath.js"></script><script src="/static/script/hightout.js"></script>{include file="nav" /}
{include file="link" /}
{include file="footer" /}
</body></html>