我经常在维护代码中看到这个表达式
Global["Name"]
这代表什么?我用过Global.Name但从未Global["Name"]?
Global.Name
是否存在使用此类表达式的位置?
c#
c# ×1