摘要: 使用java中Java-WebSocket做客户端 pom文件 <!-- 实际使用包 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactI 阅读全文
posted @ 2022-03-31 15:52 xiexie0812 阅读(653) 评论(0) 推荐(0)
摘要: 都可以将2个字符串拼接到一块,这一点2这功能相同。 以下代码的执行效果相同: public class Document1 { public static void main (String[] args){ String s1 = new String ("a"); String s2 = new 阅读全文
posted @ 2022-03-31 15:16 xiexie0812 阅读(233) 评论(0) 推荐(0)