c#读写apk的 comment
写入:
ZipFile zipFile = new ZipFile("C:\\Users\\Administrator\\Desktop\\2.apk"); zipFile.BeginUpdate(); zipFile.SetComment("success"); zipFile.CommitUpdate(); zipFile.IsStreamOwner = false; zipFile.Close();
读取:
ZipFile zipFile = new ZipFile("C:\\Users\\Administrator\\Desktop\\2.apk"); string str = zipFile.ZipFileComment;
本文来自博客园,作者:沉迷编程的程序员,转载请注明原文链接:https://www.cnblogs.com/codeDevotee/p/11423722.html
欢迎各位找我代写程序,python、c#、web等都可以,加我请注明博客园微信:A15919195482