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