wordpress 添加文章

<?php function MyGetDate($mydate) { $my_format_date = explode("/",$mydate); $my_month_str = intval($my_format_date[1]); if ($my_month_str<10) { $my_month_str = "0".$my_format_date[1];
相關文章
相關標籤/搜索