我正在平台上开发应用程序。在这个应用程序中,我有一个.html
页面,它调用外部.js
文件。
这是我页面的header
:
<script type="text/javascript" src="ajax.js"></script>
当我在Chrome和Opera上时,我有一种奇怪的行为:
Refused to execute script from 'http://192.168.1.249/ajax.js'
because its MIME type ('image/jpg') is not executable.
; 我做错了什么?