2025年01月17日 建站教程
利用substr函数
$str = 'Hello, world!'; $str = substr($str, 1); echo $str; // 输出:ello, world!
本文链接:http://so.lmcjl.com/news/21497/