日期:2014-05-18 浏览次数:20796 次
string s1="1-2-3-4-5-6-7"; string result=s1.subString(0,10)+s1.subString(11,12).replace("-","*");