文件名称:javascript-lcs:Javascript中的字符串比较
文件大小:38KB
文件格式:ZIP
更新时间:2024-07-09 11:24:12
HTML
Javascript-lcs Javascript 中的字符串比较。 这个 Javascript 库使用最长字符串子序列算法来进行字符串比较。 用 git 克隆: git clone git://github.com/sp4ce/javascript-lcs cd javascript-lcs 代码示例: <!-- Include the library in your html source --> [removed][removed] // Call the comparison and get the result matrix. var result = lcs.compare(reference, input); // Run throught the result and re
【文件预览】:
javascript-lcs-master
----example.html(3KB)
----LICENSE(1KB)
----example.png(40KB)
----lcs.js(3KB)
----README.md(1KB)