Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,我必须在其中调用许多 Web 服务。那么,我们是否可以将所有 Web 服务放在一个单例类方法中。并且访问每个类中的那些方法是可能的。请帮助我们。
您可以使用带有参数“queryType”的方法。将所有 Web 服务放在该方法中,并检查以调用“queryType”上的服务。检查可以是“if”或“switch”。为此,您需要解决逻辑问题。希望这可以帮助。