摘要: 去除掉最后面的01 $str = '中国-福建-厦门-湖里-01';echo str_replace(strrchr($str, "-"), '', $str); 阅读全文
posted @ 2019-03-15 09:33 pengcx 阅读(185) 评论(0) 推荐(0) 编辑