【发布时间】:2020-03-17 22:59:40
【问题描述】:
我正在尝试使用 BeautifulSoup 将以下标签添加到应如下所示的列表中。 [Computer Science 1026A/B,Computer Science 2120A/B,Engineering Science 1036A/B, Digital Humatities 2220A/B]
我已经尝试了我能想到的一切。问题是这个<div> 类似乎没有名字
<div><strong>Antirequisite(s):</strong> <a
href="Courses.cfm?CourseAcadCalendarID=MAIN_006440_1&SelectedCalendar=Live&ArchiveID=">Computer Science
1026A/B,</a> <a href="Courses.cfm?CourseAcadCalendarID=MAIN_023958_1&SelectedCalendar=Live&ArchiveID=">Computer
Science 2120A/B,</a> <a
href="Courses.cfm?CourseAcadCalendarID=MAIN_019426_1&SelectedCalendar=Live&ArchiveID=">Engineering
Science 1036A/B,</a> Digital Humatities 2220A/B.
</div>
【问题讨论】:
-
欢迎来到 StackOverflow。 On topic、how to ask 和 ...the perfect question 在此处申请。发布产生您遇到的问题的代码。
标签: python html python-3.x python-2.7 beautifulsoup