曾經被Google封禁的神秘網站。
關羽跟張飛都掛了
7 kyu: V A P O R C O D E 題目是將一串文字,轉成VAPOR code的形式。 我的寫法如下: local function vaporcode ( s ) local a = "" for i = 1 , # s...