urls = [many urls] links = [] funcs = [] for url in urls: <STATEMENT>(funcs): page = open(url) link = searchForLink(page) links.append(link)
確定! 回上一頁