比如说,a=“中国(china)"
我现在要得到b=“中国"
就是括号前面的字符啦!
咋获取?
b = a.substring(start, end);
start 表示起始位置,如果其实位置是第一个就填 0
end表示终止位置