類型錯誤: Argument 1 passed to think\response\Html::__construct() must be an instance of think\Cookie, string given, called in F:\www\dapp\thinkphp\library\think\Response.php on line 74
如圖:

解決辦法:
找到並打開:thinkphp\library\think\Response.php 文件
找到:創建Response對象

在class_exists($class) 后面加上 && is_array($data) 即可

