From a4e532d36ca901d9e4605afc0d0bd6ef532ab65b Mon Sep 17 00:00:00 2001 From: peyxgo6zl <1506421526@qq.com> Date: Tue, 10 May 2022 16:26:45 +0800 Subject: [PATCH] ADD file via upload --- templates/movie.html | 309 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 templates/movie.html diff --git a/templates/movie.html b/templates/movie.html new file mode 100644 index 0000000..4b2cd05 --- /dev/null +++ b/templates/movie.html @@ -0,0 +1,309 @@ + + + + + + + + 豆瓣Top250数据分析 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

豆瓣电影Top250名单

+
+ +
+
    +
  • + + +
  • +
+
+ + + + + + + + + + {% for movie in movies %} + + + + + + + + + {% endfor %} +
影片海报影片中文名影片外国名影片评分评价人数概述
+ + + {{ movie[2] }} + {{ movie[3] }}{{ movie[4] }}{{ movie[5] }}{{ movie[6] }}
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file