private void checkText(String s) { int idx; //If there are any '%' in the given string, we got a bad format //specifier. if ((idx = s.indexOf('%'))!
確定! 回上一頁