Static local variables in methods a bad practice?

前端 未结 5 1115
我在风中等你
我在风中等你 2021-01-04 22:44

there is something that\'s bugging me.

In a non-threaded program, is it better to have local static variables(inside methods) or static class members?

In thi

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