Skip to content

Latest commit

 

History

History
executable file
·
14 lines (9 loc) · 125 Bytes

File metadata and controls

executable file
·
14 lines (9 loc) · 125 Bytes

字符串

String e = "";
String greeting = "Hello";

子串

String s = greeting.substring(0, 3);