登录 注册
当前位置:主页 > 资源下载 > 10 > 一款能够实现文本格式XML plist与二进制plist格式相互转换的工具

一款能够实现文本格式XML plist与二进制plist格式相互转换的工具

  • 更新:2024-11-12 12:56:02
  • 大小:7.59MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:桌面系统 - 操作系统
  • 格式:RAR

资源介绍

许多时候,我们需要将xml 与binary格式 的plist进行互转。 plistconvert.exe -convert xml1 -s -o .\his.xml "history.plist",binary格式plist转为文本 xml plist。 plistconvert.exe -convert binary1 -s -o .\his.xml.plist "his.xml",文本xml格式plist转为binary plist。