摘要:
$_GET['m'] = 'Home'; // 绑定Home模块到当前入口文件$_GET['c'] = 'Index'; // 绑定Index控制器到当前入口文件define('APP_PATH','./Application/');require './ThinkPHP/ThinkPHP.php'... 阅读全文
posted @ 2015-10-08 17:30
lsk007
阅读(448)
评论(0)
推荐(0)
摘要:
<?php $file='cdd.jpg'; function get_extension1($file){ $a=substr(strrchr($file,'.'),1); echo $a; } function get_extension2($file){ ... 阅读全文
posted @ 2015-10-08 16:16
lsk007
阅读(158)
评论(0)
推荐(0)
浙公网安备 33010602011771号