thinkphp5.1中的服务容器

interface Father{ public function write() } class Son implements Father{ public function write() { echo '儿子写字'; } } class Daughter implements Father{
相关文章
相关标签/搜索