🌈 搜索
📅  最后修改于: 2022-03-11 14:52:30.798000             🧑  作者: Mango
// Suppose we want the first 4 chars of str String a = str.substring(0, 4);