第一部分
for (int k = 0; k < j; k++)
{
int l = k % 16;
zip_byte[k] ^= miarry[l];     
}
第二部分
String lrc_str;
try
{
lrc_str = new String(ZLibUtils.decompress(zip_byte), "utf-8");
}
catch (UnsupportedEncodingException unsupportedencodingexception)
{
return;谢谢了!!!