Print the Unicode value of the first character in the string "Hi" : String greeting = "Hi";. System.out.println(greeting.codePointAt(0));. // Output: 72.
確定! 回上一頁