Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 smali 中对 if 进行其他操作
我需要修改 if else 状态以将 else 更改为 if 然后删除 if
if(){ } else{ }
至 删除 if(){ } 并使 else 变为 if(){}
至
删除 if(){ }
并使 else 变为 if(){}