<?php
date_default_timezone_set(PRC);
$time = date('ymd');
?>假设$time的值是:111011,我现在要把红色部分(月份)替换成X,同理,当月份分别为11,12时,分别替换为Y、Z,怎么求?