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.
当我有一个全局声明的变量时,我可以在函数级别重用相同的变量名,而编译器不会抱怨它。
有什么方法可以禁用它(类似于 Option Explicit)?
不,那里没有。
该操作完全有效,您仍然可以通过完全限定引用来访问两者,但默认情况下它会尝试访问范围内最近的。