µʮ꣬ɽׯ꣬Դ̨սӮұҹҹΣңɡ˵ұɡĴɴҵϣһ...
string class RandomChar(): """ɺ""" @staticmethod def Unicode(): val = random.randint(0x4E00, 0x9FBF) return unichr(val) @staticmethod def GB2312(): ...