文件名称:string-hashcode:java.lang.String.hashCode
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-19 16:37:49
JavaScript
字符串哈希码 字符串的其他实用程序。 安装 npm install string-hashcode 例子 var hashCode = require ( 'string-hashcode' ) ; var s = 'abc' ; console . log ( s . hashCode ) ; // undefined var code = hashCode ( s ) ; console . log ( s . hashCode ) ; // Function var code2 = s . hashCode ( ) ; assert . equal ( code , code2 ) ; 原料药 hashCode(str) 参数: str:字符串对象 返回: 编号:哈希码 返回字符串的哈希码。 请注意,哈希码对于特定字符串是不可变的。 执照 麻省理工学院
【文件预览】:
string-hashcode-master
----.npmignore(5B)
----.travis.yml(148B)
----test()
--------string.test.js(447B)
----README.md(1KB)
----.gitignore(58B)
----index.js(976B)
----package.json(519B)