Maison >développement back-end >tutoriel php >IE9,IE10,IE11下当Content-type为application/json时,打开接口会出现下载弹框

IE9,IE10,IE11下当Content-type为application/json时,打开接口会出现下载弹框

WBOY
WBOYoriginal
2016-07-29 08:49:241903parcourir

解决办法:将header里的Content-type设置为text/json即可;

比如PHP:header("Content-type:text/json;charset=utf-8");

以上就介绍了IE9,IE10,IE11下当Content-type为application/json时,打开接口会出现下载弹框,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn