240 发简信
IP属地:广东
  • 宏定义 #define 和常量 const

    定义常量 使用 #define 预处理器 : 用 #define 预处理器定义常量例: #define LENGTH 10 使用 const 关...