{include file="./index/BaiduStatistics" /} {php} if(!isset($_GET["year"])){ $_GET["year"]=date("Y"); $_GET["month"]=date("m"); } $md = new myClendar($_GET["year"],$_GET["month"]); echo $md->showCalendar(); {/php}