摘要:
<? $str = 'Sat May 14 22:35:44 +0800 2011'; $current_timezone = date_default_timezone_get(); $strTtime = strtotime($str); ?> <table border = '1'> <cap 阅读全文
摘要:
* 使用助手函数不需要引入request类 * */ //判断请求类型 // Request::instance()->isPost(); // request()->isPost(); //判断变量是否设置 // Request::instance()->has('变量名','提交方式'); // 阅读全文