我想从解析HTML文件(无XML)的一些内容。
此刻,我检索结构中使用mochiweb_html解析:
1> inets:start().
2> {ok, {Status, Headers, Body}} = httpc:request("http://www.google.com").
3> {String, Attributes, Other} = mochiweb_html:parse(Body).
其结果是这样的:
{<<"html">>,
[{<<"itemscope">>,<<"itemscope">>},
{<<"itemtype">>,<<"http://schema.org/WebPage">>}],
[{<<"head">>,[],
[{<<"meta">>,
[{<<"itemprop">>,<<"image">>},
{<<"content">>,<<"/images/google_favicon_128.png">>}],
[]},
{<<"title">>,[],[<<"Google">>]},
....
什么是从mochiweb_http在网页中有一个特定的类别(例如,特定标签的所有元素得到的结构检索的最佳方式<span id="footer">