String str="我是中国人";. str = str.substring(0, 2) +"_"+str.substring(3, 4);. 结果:str="我是_国". substring(int start,int end); //start: ...
確定! 回上一頁