摘要:        
2.7.1 print_unicode.py 1 import sys 2 import unicodedata 3 4 def print_unicode_table(word,word2): 5 print("decimal hex chr {0:^30}".format("name")) 6 print("------- ----- --- {0:-<30}".format("")) 7 8 code = ord(" ") 9 end = sys.maxunicode10 11 wh    阅读全文
        
            posted @ 2011-05-28 15:48
小苏打
阅读(170)
评论(0)
推荐(0)
        
        
                    
                
浙公网安备 33010602011771号