Is there a way to access the value of a local variable that has become hidden inside another scope?

前端 未结 4 461
野的像风
野的像风 2020-12-11 19:38

I know if a variable is global, the you can always access its value by preceding the variable name with ::... but is there a way to access the value of a local

4条回答
提交回复
热议问题