mystring.replace() 在我的文本中找不到所有内容,例如:
replace = (CalendarInfo.Monday + " " + String.valueOf(dayofmonth) + " " + String.valueOf(CalendarInfo.Month[monthofyear]).toString());
str= str.replace(replace, "Hello");
我已经检查了str
,replace
但是替换仍然没有做任何事情!str
完全有替换字符串。
那么为什么不替换替换!?