可能重複:
How should I validate an e-mail address on Android?Android的電子郵件驗證
我用這個:
Pattern.matches("^(.+)@([^@]+[^.])$", email)
,當我進入[email protected]
它沒有工作,爲什麼pelase?
可能重複:
How should I validate an e-mail address on Android?Android的電子郵件驗證
我用這個:
Pattern.matches("^(.+)@([^@]+[^.])$", email)
,當我進入[email protected]
它沒有工作,爲什麼pelase?
什麼是 「沒有工作」,是什麼意思? –
@代碼大師這意味着它不會看錯 –
什麼不明白什麼是錯的?請提供一些具體的細節,如編譯器錯誤或輸出。 –