void main() {
String str1 = "Hello World";
print("New String: ${str1.replaceAll('World','ALL')}");
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266142.html
void main() {
String str1 = "Hello World";
print("New String: ${str1.replaceAll('World','ALL')}");
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266142.html