是否有任何等效或開源庫可以在 Ruby 中使用LZ String進行解壓縮?
Python中的代碼:
x = lzstring.LZString()
decompress = x.decompressFromEncodedURIComponent("encrypted_data".decode('utf-8'))
PHP中的代碼:
\LZCompressor\LZString::decompressFromEncodedURIComponent("encrypted_data");
uj5u.com熱心網友回復:
是否有任何等效或開源庫可以在 Ruby 中使用 LZ String 進行解壓縮?
根據原始(JavaScript)lz-string的作者
這是 Altivi 的 Ruby 版本:
https://github.com/Altivi/lz_string
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/508364.html
