小弟目前在已經在Flask框架中,寫好Python連結MySQL資料庫如下: ... <table> <tr> <th>id</th> <th>name</th> <th>age</th> </tr> {% for person in persons %} <tr> ...
確定! 回上一頁