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.
作为一名程序员,我想从 iCloud 访问 iphone 中的 csv 文件,这些文件已经由用户存储在其中。我不想创建或存储 csv 文件,只需要读取或访问用户存储的 iCloud 帐户中可用的 csv 文件。
可能吗 ?如果是,那么如何。预先感谢您的帮助和考虑。
问题是iCloud 将 CSV 文件存储在哪里?如果您没有创建它,您将无法访问它。iCloud 不是像 Dropbox 这样的文件系统。它更像是 iOS 的“云”版本,所有内容都被沙盒化,只能由创建它的应用程序修改。
如果您确实创建了它,那么您访问它的方式与放置它的方式几乎相同。查看 iCloud 文档。
我有一个带有集成 CKeditor 的 cms。Ckeditor 替换<?php with <!--?php. 我想在 ckeditor 中编写 php 代码"<div><?php $prod=products($cat_id); ?>....</div>"并将其存储到 MySQL DB.. 并且在查看器的页面上我想输出
<?php with <!--?php
"<div><?php $prod=products($cat_id); ?>....</div>"