1. maketrans()/translate()

  • maketrans(frm, to) -> string, 建立从字符串 frm 到 to 的映射表(字符串的形式);
  • translate(s,table [,deletions]) -> string,根据 maketrans(frm, to) 得到的 table,将新的字符串 s 进行映射;
posted on 2016-10-27 23:32  未雨愁眸  阅读(167)  评论(0编辑  收藏  举报