private function defaults(){
return array(
'allowFileManager' => true,
'allowMediaUpload' => true,
'allowFlashUpload' => true,
'allowImageUpload' => true,
'shadowMode' => false,
'width' => '100%',
'height' => '350px',
'uploadJson' => 'test',
);
}
print_r($this->defaults());exit;

打印处来uploadJson为毛是空, 如果把uploadJson 名字换下 是没问题的
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
闭关修行中......