手动修改 content/index/list.php 37 为 $sql="Select * FROM ".TB_PREFIX."list Where channelId IN(".$channelId.") ".$opts['sqlotherwhere']." orDER BY ".$ordering." DESC";…
一.列表排序 # python中对列表排序有sort.sorted两种方法,其中sort是列表内置方法,其帮助文档如下:In [1]: help(sorted) Help on built-in function sorted in module builtins: sorted(iterable, /, *, key=None, reverse=False) Return a new list containing all items from the iterable in ascendi…