ex17

command
v0.0.0-...-d153a89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

*

  • HTML ノードツリーと 0 個以上の名前が与えられたら、
  • それらの名前の一つと一致する要素をすべて返す可変個引数関数 ElementsByTagName を書きなさい。
  • 二つの呼び出し例を次に示します。 *
  • func ElementsByTagName(doc *html.Node, name ...string) []*html.Node *
  • images := ElementsByTagName(doc, "img")
  • headings := ElementsByTagName(doc, "h1", "h2", "h3", "h4")

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL