5个版本
0.1.6 | 2019年8月29日 |
---|---|
0.1.5 | 2019年8月26日 |
0.1.3 | 2019年8月17日 |
0.1.2 | 2019年8月17日 |
0.1.0 | 2019年8月16日 |
#42 in #user-agent
30 每月下载次数
用于 orangino
18KB
442 行
随机用户代理
基于一个项目 surferua (go-lang)
([email protected]:jiusanzhou/surferua.git) -- 感谢
use crate::randua;
fn main(){
randua::new().firefox().phone().to_string(); // a firefox and mobile user agent
randua::new().chrome().phone().to_string(); // a chrome and mobile user agent
randua::new().chrome().desktop().to_string(); // a chrome and desktop user agent
randua::new().to_string(); // a random user agent
}
依赖项
~525KB