<p>Package: <a href="https://github.com/msoap/html2data">github.com/msoap/html2data</a></p>
<p>And command line utility:</p>
<p>Install:</p>
<pre><code>go get -u github.com/msoap/html2data/cmd/html2data
</code></pre>
<p>Examples:</p>
<ul>
<li><p>Get the latest version of Go:</p>
<p>html2data <a href="https://golang.org/dl/">https://golang.org/dl/</a> 'h3#stable + div h2:get(1)'</p></li>
<li><p>Get title of page:</p>
<p>html2data <a href="https://golang.org/">https://golang.org/</a> title</p></li>
<li><p>Blog posts list:</p>
<p>html2data <a href="https://blog.golang.org/">https://blog.golang.org/</a> h3</p></li>
</ul>
<hr/>**评论:**<br/><br/>mdfcorp: <pre><p>I've been using the GoQuery package from Puerkitobio available here <a href="https://github.com/puerkitobio/goquery" rel="nofollow">https://github.com/puerkitobio/goquery</a></p>
<p>It has a nice set of tools, plus the ability of querying a la jQuery. </p></pre>mpg123: <pre><p>Internally html2data using GoQuery too, but with simple interface.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传