【說明】
本教學適用於您已完成 " localhost "修改後,才可使用之方法。


【準備】
本教學將動到以下JAVA 請先打開
MapleCharacterUtil.JAVA


【問題修正】
1.中文創角


【教學開始】
#中文創角
打開 MapleCharacterUtil.JAVA
找到 matcher(name).matches();
改成


    public static boolean isNameLegal(String name) {
        if (name.length() < 3 || name.length() > 12) {
            return false;
        }
        return java.util.regex.Pattern.compile("[a-z\\p{InCJKUnifiedIdeographs}A-Z0-9_-]{3,12}").matcher(name).matches();
    }






【技術協助】 大哥大


{ 3 留言... read them below or Comment }

- Copyright © AICL社群娛樂集團 - 網站區 - Date A Live - Powered by Blogger - Designed by Johanes Djogan -