摘要: 这个是一个js的考题,我刚开始接触到这个题的时候第一想法是用数组,然后将数组排序 下面是我的代码,前提是字符串已经被我按照一定顺序排列好了 function check() { if(newstr.length>0) { tempstr = newstr.charAt(0); tempnum=nextstart = newstr.lastIndexOf(tempstr)+1; if(nex... 阅读全文
posted @ 2008-07-11 19:11 雨中漫步的太阳 阅读(2657) 评论(8) 推荐(0) 编辑