gpt4 book ai didi

javascript - 确定一个 UL 是否有 1 个或多个 LI

转载 作者:数据小太阳 更新时间:2023-10-29 04:22:02 26 4
gpt4 key购买 nike

如何使用 JavaScript 确定 UL 中是否包含 1 个或多个 LI?

伪代码

if('ul#items' has >= 1 LI){

谢谢,

最佳答案

使用 jQuery:

$('ul#items li').length >= 1

没有 jQuery:

document.getElementById('items').getElementsByTagName('li').length >= 1

关于javascript - 确定一个 UL 是否有 1 个或多个 LI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9899112/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com