只需一步,快速开始
php删除字符串第一位字符的方法:1、使用substr函数,语法格式“substr(字符串,1)”;2、使用substr_replace()函数,语法格式“substr_replace(字符串,,0,1)”。
首页
分类
索引
我的