🌈 搜索
📅  最后修改于: 2022-03-11 14:52:36.813000             🧑  作者: Mango
String s = "the text=text"; String s1 = s.substring(s.indexOf("=")+1); s1.trim();