import string # 先產生小寫字母,再加入其他s = string.ascii_lowercase # a-z s += '_' # 使用字典(dictionary)資料型態來建立轉換表|解密規則d = {} for c in ...
確定! 回上一頁