回文

时间:2021-02-18 23:51:13
【文件属性】:
文件名称:回文
文件大小:3KB
文件格式:ZIP
更新时间:2021-02-18 23:51:13
JavaScript 短语对象(带有回文检测器)这是一个示例NPM模块,由Michael Hartl在“了解足够JavaScript使其危险”中创建。 该模块可以按如下方式使用: $ npm install --global mhartl-palindrome $ vim test.js让短语= require(“ mhartl-palindrome”); let napoleonsLament = new短语(“我是埃布尔,我看见了厄尔巴岛。”); console.log(napoleonsLament.palindrome()); $ node test.js true
【文件预览】:
Palindrome-master
----test()
--------test.js(1KB)
--------.DS_Store(6KB)
----package.json(526B)
----readme.md(400B)
----index.js(848B)
----.DS_Store(6KB)

网友评论