假设我们需要下载一系列如下名称的 URL:
http://example.com/file[1]
到http://example.com/file[9]
正常范围说明符:http://example.com/file[0:9]
生成:http://example.com/file0
至http://example.com/file9
并http://example.com/file[[0:9]]
生成一个 URL:http://example.com/file[[0:9]]
两者都没有给出正确的列表。如何为 DownThemAll 编写此模式?