if (type.equalsIgnoreCase("Android")) {
return new AndroidApi;
} else if (type.equalsIgnoreCase("iOS")) {
return new IosAPi;
} else if (type.equalsIgnoreCase("Windows")) {
return new WindowsApi;
}
我如何创建对象而不是 if 条件那里有 20 个端点。
呼如林
偶然的你
千万里不及你
相关分类