您的足迹:首页 > 我的代码 >aardio简单数组排序(多列数组)

aardio简单数组排序(多列数组)



import console;
tb1={2;4;3;1;}
tb2 = {  {1;4;};   {3;5;};  {2;3;};  }

table.sort(tb1);
console.dump(tb1);
//按一列排序
table.sort(tb2,function(other){return owner[1]<other[1]});
console.dump(tb2);
 //按二列排序
table.sort(tb2,function(other){return owner[2]<other[[2]});
console.dump(tb2);

console.pause(true);
 

还有个差不多的。

 import console; 

tb1 = {2;4;3;1}
tb2 = {
{1;4};
{3;5};
{2;3};
}
table.sort(tb1)
console.dump(tb1)
table.sort(tb2,lambda(other){owner[1] < other[1]})
console.dump(tb2)
table.sort(tb2,lambda(other){owner[2] < other[2]})
console.dump(tb2)

console.pause(true); 


直接拿走用。。




本博客所有文章如无特别注明均为原创。作者:恶猫复制或转载请以超链接形式注明转自 恶猫的博客
原文地址《aardio简单数组排序(多列数组)

相关推荐

分享本文至:

发表评论

路人甲 表情
看不清楚?点图切换 Ctrl+Enter快速提交

网友评论(0)

恶猫的博客 -记录自己日常,代码,美图,电影,音乐,新闻,只是个人博客而已

浙ICP备15011757号-4 网站地图 联系我