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.
我正在开发一个允许导入 csv 文件的应用程序(使用 cakephp)。我正在运行一台装有 Windows 7 七操作系统的机器。导入 CSV 对我来说看起来不错,但在我的客户端上说它不能正常工作......这是他使用的浏览器
视窗:
IE 6.0 Safari 4
苹果电脑
Safari 6 火狐 9
我现在的问题是,浏览器真的很重要吗?
谢谢!
没有浏览器没关系,它只是一个普通的文件上传,最好的方法是获取您的客户端正在使用的确切 csv 并尝试上传和打印文件的数据,问题似乎在 csv 文件或代码中,但绝对不在浏览器中。