Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个 ul,我需要获取特定的 li 内部 html。
我有一个之前提供的数字变量。
我如何使用该数字来获取我的 li 内部 html。
tnx
获取 UL,然后访问其children[]属性。它是一个 NodeList(它基本上类似于一个数组,但为保存节点而量身定制),因此您只需将您的编号放入其中并获取相应的列表项。
children[]