liues1992
Results
2
issues of
liues1992
`Encore\Admin\Form\Field:中的getPlaceHolder`定义 ``` public function getPlaceholder(): string { return $this->placeholder ?: trans('admin.input').' '.$this->label; } ``` 要求返回值是string `Encore\ChinaDistpicker\Distpicker` 中定义的 `protected $placeholder= [];` 为数组,使用时报错。
in the code ``` float HelloWorld::getTimeTick() { timeval time; gettimeofday(&time, NULL); unsigned long millisecs = (time.tv_sec * 1000) + (time.tv_usec / 1000); //the millisecs is always 13 demical digits long,...