为了账号安全,请及时绑定邮箱和手机立即绑定

FILE: C:\wamp\www\temp\ThinkPHP\Lib\Core\Think.class.php  LINE: 246

public function index(){

    echo C('URL_MODEL'),'<br/>';

    echo U('Index/user',array('id'=>1),'html',false,'localhost');

//$this->show('<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px }</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p></div><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script>','utf-8');

    }

//这个方法什么时候加上去?看你的视频之前已经有了 但是我的没有  

    public function user(){


    echo 'id is:'.$_GET[id].<br/>';

    echo '这里是index模块的user方法';

   }


正在回答

1 回答

这是thinkphp官方默认的方法啊!就是显示你文件引入成功的那个界面的源码

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
快速入门ThinkPHP框架—理论篇
  • 参与学习       89139    人
  • 解答问题       562    个

快速入门ThinkPHP框架教程,掌握ThinkPHP的理论基础

进入课程

FILE: C:\wamp\www\temp\ThinkPHP\Lib\Core\Think.class.php  LINE: 246

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信