摘要:
public class CompareStrSimUtil { private static int compare(String str, String target, boolean isIgnore) { int d[][]; // 矩阵 int n = str.length(); int 阅读全文
摘要:
HTML API localstorage在浏览器的API有两个:localStorage和sessionStorage,存在于window对象中:localStorage对应window.localStorage,sessionStorage对应window.sessionStorage。loca 阅读全文