摘要: 题目描述:请实现一个函数,将一个字符串中的每个空格替换成“%20”。例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%20Happy。 函数实现: 1 package string; 2 3 public class string04 { 4 5 public St 阅读全文
posted @ 2020-05-24 09:56 Student-JacobLee 阅读(139) 评论(0) 推荐(0)