摘要: 用法 int x1 = 2_014; // Underscore in deciaml format int x2 = 2___014; // Multiple consecutive underscores int x3 = 02_014; // Underscore in octal liter 阅读全文
posted @ 2019-10-26 22:46 脚本小娃子 阅读(1484) 评论(0) 推荐(0)