PHP - 将 JSON 转换为 Plist?
如何使用 PHP(以及任何必要的库)将 JSON 数据转换为 Plist 数据?
How would one use PHP (and whatever necessary libraries) to convert JSON data to Plist data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我将解码数据,然后使用 CFPropertyList 对其进行编码,
简单地说:
I would decode the data and then encode it using CFPropertyList
Simply:
先将其转入数组。之后,用它做任何你想做的事
Transfer it into an array first. After that, do whatever you want with that