摘要:
转义字符 缩写/字符 解释 Bin Oct Dec Hex \a BEL (bell) 响铃 0000 0111 07 7 0x07 \b BS (backspace) 退格 0000 1000 010 8 0x08 \f FF (NP form feed, new page) 换页键 0000 1 阅读全文
摘要:
public class Main { public static void main(String[] args) { System.out.println("Hello, World!"); } } print("Hello, World!") #include <iostream> int m 阅读全文