public int getReads(ForumDB db, int articleID)
 {
     return(db.getReads(articleID));//透過資料庫動作取得該篇文章讀取次數
 }