赞
踩
<input type="hidden" name="token" value="LT-93387-t7KaInf3Fox2Hd0F24eHpBFg7BcNAp" />
接口返回的HTML,可以使用cheerio获取具体的值,如下:
//引入cheerio
const $ = cheerio.load(responseBody)
//解析name ="lt"
console.log($('[name ="lt"]').val())
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。