已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
'function' :全域函式沒有 'this' 指標
全域函式嘗試存取 this。
this
下列範例會產生 C2673:
// C2673.cpp int main() { this = 0; // C2673 }
此頁面對您有幫助嗎?