哪个?拥有最多的- ?
我只是想搜索哪个
?我该怎么做呢?
拥有最多的
就像有一个 html 页面包含
<ul>
<li>1</li>
</ul>
<ul>
<li>1</li>
<li>1</li>
<li>1</li>
</ul>
<ul>
<li>1</li>
<li>1</li>
</ul>
Now,然后我想显示
。可以通过 PHP 来完成。
数字 2 拥有最多的
谢谢
I simply want to search that which <ul>
has the most <li>
? How would I do that?
Like there's an html page containing
<ul>
<li>1</li>
</ul>
<ul>
<li>1</li>
<li>1</li>
<li>1</li>
</ul>
<ul>
<li>1</li>
<li>1</li>
</ul>
Now then I want to show <ul>
number 2 has the most <li>
s. It can be done via PHP.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的解决方案是使用 jQuery - 它可能看起来像这样
The best solution is to use jQuery for this - it may loo like this