摘要: //获取公共字符串,key唯一 function getCST(s1,s2) { const arr=[]; let start=0; let n1=0; let n2=0; while (n1<s1.length&&n2<s1.length){ if(s1[n1] s2[n2]){ arr.pus 阅读全文
posted @ 2020-05-01 20:54 无工时代 阅读(183) 评论(0) 推荐(0)