java 判斷含有中文的字符串的長度

  public static boolean isLetter(char c) {         int k = 0x80;         return c / k == 0 ? true : false;     }    /**   * 判斷字符串是否爲空   * @param str   * @return   */  public static boolean isNull(St
相關文章
相關標籤/搜索