摘要:
String.format(); System.out.printf(); System.out.format() 阅读全文
摘要:
JAVA: import static java.lang.System.out; public class Ternary { public static void main(String[] args) { int a = 4, b = 5; out.println(++a == b-- ? a 阅读全文
摘要:
体会宏的定义方法 阅读全文
摘要:
Python ONE-LINER LIST COMPREHENSION 阅读全文