我用script做ajax跨域,請求返回的是個文字字串,chrome提示:
Resource interpreted as Script but transferred with MIME type text/html.
(請求的是script檔案,返回的卻是個文字格式)
貌視chrome瀏覽器比較認這個格式~,去掉<!DOCTYPE html>就行了。
其他影響,有待觀察
僅供參考
——–
來自前線最新的訊息:
經查是chrome、ff對js裡的obj.style.width賦值的寬度要帶px ; 去掉<!DOCTYPE html>後chrome、ff會通融一些~
正如樓下大哥所說,那個提示只是個waring~並非error~
——–
附:
常見MIME型別設定方法:
http://apps.hi.baidu.com/share/detail/33987094
PHP裡設定MIME:
<?php header(`Content-type: application/x-javascript`); ?>
<?php echo `jumUrl(“http://t.qq.com/duxing”)`; ?>