摘要:
ignore 忽略 ignorecasee 忽略大小写 delete 删除 upper 上面的,上层的,较高的;顶部的 lower 较下的,下方的;在底部的, touppercase 转为大写 tolowercase 转为小写 concat 合并多个数组;合并多个字符串 replace 取代;(用… 阅读全文
摘要:
双向传输数据 客户端代码 public class Clinet { public static void main(String[] args) throws IOException { Socket socket = new Socket(InetAddress.getLocalHost(), 阅读全文