This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
const charString = "〇一二三四五六七八九零壱弐参肆伍陸質捌玖壹貳參十百千拾佰仟陌阡"; | |
const chars1 = [ | |
"〇", "一", "二", "三", "四", "五", "六", "七", "八", "九", | |
"零", "壱", "弐", "参", "肆", "伍", "陸", "質", "捌", "玖", | |
void 0, "壹", "貳", "參" | |
]; |
OlderNewer