我正在用 PHP 为 iPhone 应用程序编写服务器端程序。而且我没有 iPhone。:P
每当用户运行 iPhone 应用程序时,iPhone 应用程序都会从站点请求 XML 文件。您可以访问http://www.appvee.com/iphone/ads或http://www.appvee.com/iphone/latest获取 XML 文件。
并且会显示一个消息框,其中包含以下错误消息:“Web Site Error Conversion of data failed. The file is not UTF-8, or in the encoding specified in XML header if XML.”
也许我必须添加 header("Content-type: text/xml"); 在 PHP 文件的开头?我没有添加这一行,它之前运行良好。
任何帮助是极大的赞赏。