thinkphp5.1中的服務容器

interface Father{ public function write() } class Son implements Father{ public function write() { echo '兒子寫字'; } } class Daughter implements Father{
相關文章
相關標籤/搜索