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.
好的,所以我在一个类中有一堆方法。我如何在不启动它的情况下调用这些方法:
Dim aa as new classname aa.method
我想这样做的原因是我不必继续重新启动它以丢失其可变数据。
在 php 中,您可以创建一个静态方法,然后调用该方法而不创建该类的实例
我们如何在 vb 中做到这一点?
VB中的静态等价物是Shared