加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Xpath-test.html 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
KunCheng-He 提交于 2021-07-04 18:10 . first commit
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Xpath</title>
</head>
<body>
<bookstore>
<book class="item0">
<title lang="en">Harry Potter</title>
<price>29.99</price>
</book>
<book class="item1">
<title>Learning XML</title>
<price>39.95</price>
</book>
</bookstore>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化