标签: python beautifulsoup
我正在编写一个API,该API可以使我的城市公交公司的下一班公交车停下来。
这是我从中窃取的示例表:https://abernecio.github.io/example_table.html
基本上,每当有人调用getBuses(stop_code)时,我都希望API打印:
汽车:[整个第一列,减去标题]
时间:[整个第二列,减去标题]
ETA:[整个第三列,减去标题]
这就是我所拥有的:
domain