排序数组

data.sort(function(x, y) {
                    return x.play_time > y.play_time ? -1 : 1;
                });
THE END
分享
二维码
< <上一篇
下一篇>>