← 返回题库
高级

URL提取

未完成

示例

输入
solve("Visit https://example.com/path or http://test.org")
期望输出
['https://example.com/path', 'http://test.org']
Python 代码 🔒 登录后使用
🔒

登录后即可练习

注册免费账号,在浏览器中直接运行 Python 代码