python from hermescache import cache cache.configure({ 'CACHE_TYPE': 'memory', }) @cache.cached() def crawl_data(url): data = crawl_data('http://example.com')


上一篇:
下一篇:
切换中文