command
Version:
v0.0.0-...-d153a89
Opens a new window with list of versions in this module.
Published: May 24, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*
- HTML ノードツリーと 0 個以上の名前が与えられたら、
- それらの名前の一つと一致する要素をすべて返す可変個引数関数 ElementsByTagName を書きなさい。
- 二つの呼び出し例を次に示します。
*
- func ElementsByTagName(doc *html.Node, name ...string) []*html.Node
*
- images := ElementsByTagName(doc, "img")
- headings := ElementsByTagName(doc, "h1", "h2", "h3", "h4")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.