?? student_type.h
字號:
// 類型的定義放在文件student_type.h 中
struct student
{
int num; // 學號
char name[20]; // 姓名
int age; // 年齡
char sex; // 性別
int score; // 成績
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -