瀏覽代碼

정렬 추가

2DU 9 年之前
父節點
當前提交
991d0d699c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -2095,7 +2095,7 @@ def recordget():
 def titleindex():
     i = 0
     div = '<div>'
-    curs.execute("select * from data")
+    curs.execute("select * from data order by title asc")
     rows = curs.fetchall()
     if(rows):
         while True: