gpt4 book ai didi

javascript - 如何根据数组的内容之一对数组进行排序

转载 作者:行者123 更新时间:2023-11-28 21:24:45 25 4
gpt4 key购买 nike

我有一个包含文本和 html 的数组。 myarray[1] 包含以下内容.. myarray[2] 包含相同的内容,只是名称不同“john”等等

153); color: white; cursor: pointer; font-size: 12px; font-weight: normal; font-family:
Arial;" onmouseover="this.style.backgroundColor = 'white'; this.style.color='#336699'"
onmouseout="this.style.backgroundColor = ''; this.style.color = 'white'; "
onclick="if(top.mail.checkDataset()) mail.execFunction('javascript: changeMain(\'orderCreate1.do\')')">

<img alt="" src="images/round-white-bullet.gif" height="10" width="10"> John<br>

在这种情况下,我如何对整个数组进行排序,以便它忽略所有内容并按名称“john”排序?如果有帮助的话,名称总是位于图像之后和 br 之前

最佳答案

我使用了 underscore.js 中的 sortBy() 函数对数组进行排序,它对我来说工作正常: http://documentcloud.github.com/underscore/#sortBy

如果 Matthias Benkard 的回答不能解决您的问题,请查看 underscore.js

关于javascript - 如何根据数组的内容之一对数组进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5351604/

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