PHP定义空对象:$obj = (object)null;或$obj = (object)array();
定义空数组:$arr = array();或$arr = [];//自 5.4 起可以使用短数组定义语法,用 [] 替代 array()。
接口返回时确认是对象格式 或者数组格式。