1번 for(int i=0; i<textbox.length();i++)

2번 for(int i=textbox.length()-1; i>=0; i--)


뭐가좋을까요?