android - equals比较遇到的问题。
PHP中文网
PHP中文网 2017-04-17 17:39:28
0
2
410

有人遇到过这样的情况吗?
用equals 也是一样。

LocalInfo.get(0).getphone是从sqlite 联系人表中查询出来的字串。
service 是从后台服务器那里返回接收到的字串。
不知道这个要怎么比较。

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
左手右手慢动作

What is the method of contentEquals? Is there any impact if trim() is not added?

PHPzhong

contentEquals(StringBuffer sb) is a method that compares strings to the specified StringBuffer. Is your method correct? To compare strings directly, please use equals

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template