archive-go 一个集爬虫、分析网页主要内容(正文、标题、作者、时间...)为一身的第三方 Golang 库。 传入:链接 返回: { "Author": "...", "Title": "...", "Content": "...", "Time": "...", ... }