摘要:
先来看这样一个题目,假设有以下代码 下列选项中返回false的语句是? String s = "hello"; String t = "hello"; char c [ ] = {'h','e','l','l','o'}; s.equals (t); //A t.equals (c); //B s= 阅读全文
posted @ 2018-05-02 22:53
Arthurian
阅读(469)
评论(2)
推荐(0)
浙公网安备 33010602011771号