问题标签 [ipl]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
70 浏览

python - 用他们的分数打印球员

我怎样才能打印球员的名字和他们的分数?

**(玩家)有(得分)点

这是我的代码

0 投票
1 回答
74 浏览

python - Python Beautiful Soup 4 从 Cricinfo 抓取 IPL 排行榜

我正在学习如何使用 Beautiful Soup 4 模块来抓取网站。我正在尝试抓取板球联赛表,到目前为止已经使用了以下代码。

这是我运行代码后得到的输出

我现在想做的是进一步刮掉这个并获得一个包含团队名称的列表并摆脱顶线和底线

例如,我希望最终列表类似于

任何帮助将不胜感激谢谢