PHP截取字符串最后一位进行替换时间:2022-08-28 04:15:48$image_path = 'http://www.baidu.com/1'; $str = preg_replace('#.$#i', '0', $image_path);第二个参数要替换的内容 把1更改为0