If you want to compare their string values, then you should convert the integer to string before comparing (i.e. using String.valueOf() method).
確定! 回上一頁