static can be used in addition to const , which declares a possibly mutable global variable that has a static lifetime. Accessing or modifying a mutable static ...
確定! 回上一頁