When using == operator for string comparison you are not comparing the contents of the string, but are actually comparing the memory address. If ...
確定! 回上一頁