搜索
时间范围
时间范围
设备
设备
brd_mobile
定义要在用户代理中表示的设备类型默认或 brd_mobile=0
时将提供随机桌面用户代理,而 brd_mobile=1
时将提供随机移动用户代理。对于特定的移动平台,提供以下值之一:
brd_mobile=ios
- iPhone 用户代理(别名brd_mobile=iphone
)
brd_mobile=ipad
- iPad 用户代理(别名brd_mobile=ios_tablet
)
brd_mobile=android
- 安卓手机
brd_mobile=android_tablet
- 安卓平板
Browser
Browser
brd_browser
Define what browser to be represented in user-agent. Can be combined with
brd_mobile
to get according mobile browser. Default will provide random browser.
For specific browser provide one of the following values:
brd_browser=chrome
- 谷歌 Chrome
brd_browser=safari
- Safari
brd_browser=firefox
- Mozilla Firefox (not compatible withbrd_mobile=1
)