当前位置:首页 >> 网络编程
复制代码 代码如下:<?phpfunction getQuarterByMonth($date){ $month = substr($date,-2); $Q = ceil($month/3); return $Q;}?>