php去掉第一个字符

已邀请:
匿名用户

匿名用户

赞同来自:

<?php
$str = '_aiezu.com';
echo substr($str, 1);
//输出:aiezu.com

要回复问题请先登录注册