摘要: <?php$str="";for($i=m;$i<=n;$i++){ $str.=rtrim($i.',');}echo substr_count($str,'1'); 阅读全文
posted @ 2019-05-16 09:51 垖垏尐 阅读(172) 评论(0) 推荐(0) 编辑