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];
相关文章
相关标签/搜索