Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Androidで数字が他の2つの数字の間にあるかどうかを確認するにはどうすればよいですか
if(number1.matches("[1024-65535]+")); else{
問題を解決する 1 つの方法は、比較する必要があるすべての値をints に変換することです。その後、比較は簡単です。
int