java中substring的截取指定字符串中的某段字符

String str = “房估字(2014)第YPQD0006号”; String jieguo = str.substring(str.indexOf(“第”)+1,str.indexOf(“号”));
相关文章
相关标签/搜索