文件名称:wikipedia-anagrams:在*页面中查找字谜
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-04 19:20:14
JavaScript
*字谜 在页面中查找。 安装 $ npm install wikipedia-anagrams 要在浏览器中使用,请使用 。 用法 var getAnagrams = require ( 'wikipedia-anagrams' ) ; getAnagrams( 资源, [opts,] clbk ) 在页面中查找。 该函数需要两个参数: 资源:可以是string指定一个页标题/ URL或一个string array指定多个页面标题/网址。 clbk :在分析*页面后调用的回调function 。 该function应接受两个参数: 错误: error对象。 如果分析期间没有发生错误,则此值为null 。 hashes :array 。 // Single resource: getAnagrams ( 'President of the United Stat
【文件预览】:
wikipedia-anagrams-master
----.jshintrc(1KB)
----.gitattributes(12B)
----.jshintignore(118B)
----lib()
--------validate.js(4KB)
--------stream.js(2KB)
--------preprocess.js(812B)
--------index.js(4KB)
----.npmignore(498B)
----examples()
--------index.js(1KB)
----TODO.md(2KB)
----.travis.yml(156B)
----LICENSE(1KB)
----test()
--------test.validate.js(3KB)
--------fixtures()
--------test.js(4KB)
--------text.preprocess.js(828B)
--------test.stream.js(2KB)
----README.md(7KB)
----Makefile(2KB)
----.editorconfig(170B)
----.gitignore(711B)
----bin()
--------usage.txt(915B)
--------cli(3KB)
----package.json(2KB)