const

US

UK

A1 初級
n. (c./u.)名詞 (可數/不可數)常數
In programming, 'const' is used to declare a constant value that cannot be changed after it's initialized.
n. (c./u.)名詞 (可數/不可數)常數關鍵字
Using 'const' helps prevent accidental modification of important values in a program.
n. (c./u.)名詞 (可數/不可數)常數限定詞
The 'const' qualifier can be applied to member functions to indicate that they do not modify the object's state.

影片字幕

Vue SFC 中的正確標籤順序 (The CORRECT Tag Order in your Vue SFCs)

09:45Vue SFC 中的正確標籤順序 (The CORRECT Tag Order in your Vue SFCs)

ArduinoJson 7 的新功能 (What's new in ArduinoJson 7)

14:56ArduinoJson 7 的新功能 (What's new in ArduinoJson 7)

使用 Flutter 構建電子商務應用程序 - 閃屏頁面 (Build Ecommerce App With Flutter - Splash Page)

09:13使用 Flutter 構建電子商務應用程序 - 閃屏頁面 (Build Ecommerce App With Flutter - Splash Page)