2020-10-26

Tips: Formal parameters are also local variables, which are only valid in the function in which they are located, and other functions cannot be used.

In the same source file, if the global variable and the local variable have the same name, the global variable will not work in the scope of the local variable

Guess you like

Origin blog.csdn.net/m0_50889705/article/details/109282839