一个很简单的问题 大家来看看
index.php
<html>
<head>
<title>
</title>
</head>
<body>
<?php
require_once('test.js');
?>
</body>
</html>
//=============================================================================================================
test.js
<script language="jscript">
// JavaScript Document
document.writeln("1111111111111111111")
</script>
ie下输出正常 火狐下没有任何输出 怎么回事呢?谢谢