docs icon indicating copy to clipboard operation
docs copied to clipboard

webview如何设置user_agent

Open yin-shu opened this issue 4 years ago • 1 comments

想知道webview如何设置user_agent呢, 文档里没有提到

yin-shu avatar Jun 03 '20 10:06 yin-shu

url: {
  value: '',
  headers: {
    'User-Agent': 'Dora.js/1.0.2',
    'Cookies': '...'
  } 
}

linroid avatar Sep 20 '20 04:09 linroid