wget -O {output name}{url} # 指定抓取檔案的輸出名稱 wget -q {url} # 安靜模式--quit,不會顯示抓取 ... wget --no=cookies {url} # 不使用cookies
確定! 回上一頁