D3.js selection.empty()函数
D3.js 中的d3.empty()函数用于返回一个布尔值。 The value is true when the selection contains no elements and it returns false when the selection is non-empty.
句法:
selection.empty();
参数:这个函数没有参数。
返回值:此函数返回一个布尔值。
下面给出了上面给出的函数的几个例子。
示例 1:
Document
Some text
Geeks for geeks
Geeks for geeks
Some text
输出:
示例 2:
Document
Some text
Geeks for geeks
Geeks for geeks
Some text
输出: