摘要:
转载自:http://www.newsmth.net/nForum/article/Algorithm/49305用PHP实现一下吧.<?phpfunction get_start($l, $s) { $a = array(); foreach($l as $k=>$v) { $a[$k] = getCharpos2($s, $v); } return $a;}function getCharpos2($str, $char){ $j = 0; $arr = array(); $count = substr_co... 阅读全文
posted @ 2012-03-16 18:08
DavidYanXW
阅读(416)
评论(0)
推荐(0)
浙公网安备 33010602011771号