Test.html 内容
Example
myfunc()
Test.js 内容
function Myfunc()
{
document.writeln("Hello world");
}
回复讨论(解决方案)
Example
myfunc();
Test.js 内容
function Myfunc()
{
alert("Hello World!');
document.writeln("Hello world");
}
把两个文件放在同一个文件夹试试.
试了,没什么效果
找到问题了
写成 就好
查看更多关于我的代码有什么错误_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did105217