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

关于fetch的一些问题

  1. fetch的使用为什么要注释掉_construct()魔术方法才可以使用?

  2. 为什么在HTML页面中注释掉{email},页面还是可以读取到并报错?为什么必须删掉才可以,注释掉却不行?

    未定义变量: email

    https://img1.sycdn.imooc.com//5b4305ca0001404703130159.jpg

  3. fetch中的STATIC不再报错,但是STATIC的值并没有输出出来。

    https://img1.sycdn.imooc.com//5b43097900016f5c03310116.jpg

    https://img1.sycdn.imooc.com//5b4309860001039602740237.jpg

正在回答

3 回答

可以使用__construct,但你需要引用父类Controller下的__construct,同时use think\Request;

use think\Controller;
use think\Request;
class Index extends Controller{
    public function __construct(Request $request)
    {
        parent::__construct($request);
0 回复 有任何疑惑可以回复我~

第一个问题我也想问,第二个问题上一位已经解答了,第三个问题我也遇到了,把html文件中的p标签中的STATIC删掉重新打一遍就好了,我也不知道为啥。。。

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

<!-- 这种注释  对于think来说 并不是注释  

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

举报

0/150
提交
取消

关于fetch的一些问题

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