撒科打诨
下载ThinkPHP并解压。新建Index.php12345<?php define('APP_NAME','App'); define('APP_PATH','./App/'); require './ThinkPHP/ThinkPHP.php';?>在浏览器访问index.php。出现“欢迎使用Thinkphp”字样说明安装成功。并会在同级目录下生成应用逻辑目录,目录名称为index中定义的APP_PATH。