api.openWin,api.openFrame,api.openFrameGroup如何携带cookie访问页面?
// 访问远程URL 附带cookie访问,只需要在协议头中设置即可。 api.openWin({ headers:{ "Cookie":"你的cookie" }, name: 'ipwas', url: 'https://www.ipwas.cn', pageParam: { name: 'ipwas' } });