2019年2月27日

摘要: 1.主要输出方式 <?php $str = "abcdegkgkkfdm"; echo strlen($str); //获取字符串长度 echo strpos($str,'1'); //查找指定字符串或者字符的位置 $arr = explode('1',$str); //把字符串分隔成数组 echo 阅读全文
posted @ 2019-02-27 16:44 代码让人头疼! 阅读(85) 评论(0) 推荐(0) 编辑

导航