摘要: int a; //变量const int b = 10; //b为常量,10为字面量string str = “hello world!”; // str 为变量,hello world!为字面量 字面量 在计算机科学中,字面量(literal)是用于表达源代码中一个固定值的表示法(notation 阅读全文
posted @ 2022-02-03 09:50 yzyhahaha 阅读(179) 评论(0) 推荐(0)