摘要: Java中判断字符串是否相等应使用equals,==运算符比较的是两个字符串是否在同一个位置上。 阅读全文
posted @ 2020-03-22 23:12 xl4ng 阅读(260) 评论(0) 推荐(0) 编辑
摘要: ``` package com.company; public class Main { public static void main(String[] args) { System.out.println("Hello Java!"); } } ``` 阅读全文
posted @ 2020-03-22 22:29 xl4ng 阅读(157) 评论(0) 推荐(0) 编辑