使用 shiftEncode()、escape() 與 unescape() 來編碼與解碼
原字串:
function square(x){ return(x*x); }
Offset:
編碼後字串:
解碼後字串: