代碼含義:構(gòu)建一個簡單的GADERYPOLUKI解碼器The GADERYPOLUKI is a simple substitution cypher used in scouting to encrypt messages. The encryption is based on short, easy to remember key. The key is written as paired letters, which are in the cipher simple replacement.example:encode("ABCD", "agedyropulik"); // => GBCE代碼如下,我想用eval函數(shù)構(gòu)建出可以替換字符的函數(shù),但是貌似沒有用。
JS 利用eval構(gòu)建replace函數(shù)無效
有只小跳蛙
2018-11-07 13:57:47