EditText中getText().toString() 得到的字符串 写法如下if(m_txtAddress.getText().toString()=="") 这样写 是不会为真的应写为if(m_txtAddress.getText().toString().equals("")==true){
Android 中 字符串比较,布布扣,bubuko.com
Android 中 字符串比较
原文:http://www.cnblogs.com/hailexuexi/p/3583672.html