在Java裡面並不能使用==來判斷. 需要使用equals來判斷. 例如: String test="hello";. if(test.equals("hello")==true){. Toast.makeText(this,"字串 ...
確定! 回上一頁