ThinkPHP
--Library
-----Think
-----Storage.class.php
此行 $method_type=$method.ucfirst($type);
[2] ucfirst() expects parameter 1 to be string, array given \ThinkPHP\Library\Think\Storage.class.php 第 38 行.
输出消息发现:$type 的值为 ./Application/Runtime/common~runtime.php
请问如何解决