Chrome不会在netbeans中执行项目只显示脚本

时间:2014-06-19 13:05:10

标签: netbeans

我正在尝试在chrome中运行脚本,但是当我执行它时它会在chrome中显示代码但是当我在webkit中执行时它可以工作,这就是在chrome中显示的内容

HTTP/1.1 200 OK
Content-Length: 462
Content-Type: text/html

<!DOCTYPE html>
  <!--
  To change this license header, choose License Headers in Project Properties.
  To change this template file, choose Tools | Templates
   and open the template in the editor.
  -->
    <html>
     <head>
    <title>TODO supply a title</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
    <div>TODO write content</div>
    </body>
 </html>

1 个答案:

答案 0 :(得分:0)

清理我的恶意软件计算机后,此问题停止了。在那之前我几乎尝试了所有东西,但没有任何帮助。有时会出现此问题,有时则不会。所以我猜这种非确定性行为可能是由恶意软件造成的。