This website requires JavaScript.
Explore
Help
Register
Sign In
Kister
/
My-Notes
Watch
1
Star
0
Fork
0
You've already forked My-Notes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
My-Notes
/
笔记
/
CSharp
/
入门
/
常量.md
T
Add File
New File
Upload File
Apply Patch
Kister
02810617db
Initial commit
2026-04-13 15:40:15 +08:00
144 B
Raw
Permalink
Blame
History
关键字const
const 变量类型 变量名 = 值;
==必须初始化==
==不能修改
应用场景 定义PI 3.14 数学相关 #入门
Reference in New Issue
View Git Blame
Copy Permalink