标签:pac ringbuf 函数 str title 实现 sub 题目 scribe
1 public class Solution { 2 public String replaceSpace(StringBuffer str) { 3 return str.toString().replace(" ", "%20"); 4 } 5 }
标签:pac ringbuf 函数 str title 实现 sub 题目 scribe
原文地址:https://www.cnblogs.com/hello-lijj/p/9537620.html