瀏覽代碼

to 10 per page

ming 3 年之前
父節點
當前提交
1e7e56f91a
共有 3 個文件被更改,包括 440 次插入1120 次删除
  1. 2 2
      dateHTMLsrc/makeHTML.py
  2. 219 559
      dateHTMLsrc/mix.html
  3. 219 559
      index2.html

+ 2 - 2
dateHTMLsrc/makeHTML.py

@@ -50,8 +50,8 @@ with open('youtubeReport.csv', newline='',encoding='UTF-8') as csvfile:
 
         ytlines.append('</tr>')
 
-numPerPage=15*8
-numPerPageY=15*9
+numPerPage=10*8
+numPerPageY=10*9
 current_idx = 0
 path = 'mix.html'
 f = open(path, 'w',encoding='UTF-8')

文件差異過大導致無法顯示
+ 219 - 559
dateHTMLsrc/mix.html


文件差異過大導致無法顯示
+ 219 - 559
index2.html


部分文件因文件數量過多而無法顯示