phpで例えるならtrimのように空白を除去してくれる関数はないの ... void main() { const String email = ' example@hoge '; print(email.trim()); } ...
確定! 回上一頁