get() get(string $name, string $default = null) : mixed 获取环境变量值 Parameters string $name 环境变量名(支持二级 .号分割) string $default 默认值 Returns mixed