文件名称:random-useragent:获取随机用户代理(带有可选的过滤器以从一组特定的用户代理中进行选择)
文件大小:79KB
文件格式:ZIP
更新时间:2024-05-22 02:50:27
JavaScript
随机用户代理 描述 获取随机用户代理(带有可选的过滤器以从一组特定的用户代理中进行选择)。 入门 使用以下命令安装模块: npm install random-useragent const randomUseragent = require ( 'random-useragent' ) ; randomUseragent . getRandom ( ) ; // gets a random user agent string 文献资料 .getRandom(过滤器) 获取一个随机的用户代理字符串(可以选择使用过滤器)。 结果示例: 'Mozilla/5.0 (Windows NT 6.2; rv:20.0) Gecko/20121202 Firefox/20.0' .getRandomData(过滤器) 获取随机用户代理的解析数据(可选地使用过滤器)。 结果示例: { "
【文件预览】:
random-useragent-master
----useragent-data.json(481KB)
----.gitignore(80B)
----LICENSE-MIT(1KB)
----README.md(3KB)
----CHANGELOG.md(2KB)
----package.json(2KB)
----.tonic.example.js(288B)
----index.js(1KB)
----scripts()
--------create-data.js(3KB)
----test.js(2KB)
----.npmignore(72B)
----.travis.yml(115B)
----.eslintrc.js(311B)
----package-lock.json(124KB)