alert("Size of sample is: " + data.length); //here we are compressing the data var compressed = LZString.compress(data); //check the after ...
確定! 回上一頁