QQ浏览器 v12.2.3.7053版本的 MD5 值为:8285ab3059e5c8b521a264dfbc5c3685

以下内容为反编译后的 DecompressItem.java 源代码,内容仅作参考


package com.tencent.mtt.file.page.toolc.alltool.item;

import com.tencent.mtt.file.page.toolc.ToolCAbility;
import com.tencent.mtt.nxeasy.page.EasyPageContext;

public class DecompressItem extends AbsToolsItem {
    public DecompressItem() {
        super(14, "文件解压", "https://static.res.qq.com/nav/file/toolc_small_icon_decompress_roung.png");
    }

    @Override
    public void a(EasyPageContext easyPageContext, Object... objArr) {
        ToolCAbility toolCAbility = new ToolCAbility(easyPageContext);
        toolCAbility.a();
        toolCAbility.n();
    }
}