php 手机号 星号替换

$num = "13966778888"; $str = substr_replace($num, '****', 3, 4);
相关文章
相关标签/搜索