提取链接实用程序 帮助程序提取提取链接头值(分页) 例 import { getHeaderLink } from "fetch-link-util" ; async listAllBranches ( ) { let next = "https://api.github.com/repos/arlac77/fetch-link-util/branches" ; do { const response = await fetch ( next ) ; const json = await response . json ( ) ; console . log (