<script> Var string ="free network freedom."; Alert("sample size is:" + string.length); var compressed = LZString.compress(string); console.log(compressed) ...
確定! 回上一頁