1、 Global variable. Generally, avoid using global variables. Instead, build an object somewhere as early as possible (such as in main), ...
確定! 回上一頁