【Java】+获取字符串首位和末位
public static void main(String[] args) { String str = "[测试}"; if (str.startsWith("[")) { System.out.println(String.format("首位:[")); } if (str.endsWith("+")) { System.out.println(String.format("首位:}")); } }
如果忍耐算是坚强 我选择抵抗 如果妥协算是努力 我选择争取