From db2c6ba437c375ab74e70590746498ea1a02d948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=A4=E4=BC=98?= <2509165039@student.example.com> Date: Thu, 2 Apr 2026 16:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 260402-2509165039.py | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 260402-2509165039.py diff --git a/260402-2509165039.py b/260402-2509165039.py new file mode 100644 index 0000000..2a272f9 --- /dev/null +++ b/260402-2509165039.py @@ -0,0 +1,45 @@ +import re +import csv +import json + +html_content = """ +
+
+ 1 + + 肖申克的救赎 + +
+
+ +
+

+ 导演: 弗兰克·德拉邦特 Frank Darabont   主演: 蒂姆·罗宾斯 Tim Robbins /...
+ 1994 / 美国 / 犯罪 剧情 +

+ + +
+ + 9.7 + + 3273519人评价 +
+ +

+ 希望让人自由。 +

+
+
+
+""" +def parse_data(html): \ No newline at end of file