javascript外部调用问题
刚学这种语言,想测试一下,结果成功不了,求指导。js文件中就一句话document.write(test);html文件<head></head><body><scrip...
刚学这种语言,想测试一下,结果成功不了,求指导。
js文件中就一句话 document.write(test);
html文件<head></head><body><script language="JavaScript" scr="a.js"></script></body>
执行之后一片空白。不知道问题何在。 展开
js文件中就一句话 document.write(test);
html文件<head></head><body><script language="JavaScript" scr="a.js"></script></body>
执行之后一片空白。不知道问题何在。 展开
3个回答
2011-02-17
展开全部
scr="a.js"要改为:
src="a.js"
src="a.js"
展开全部
首先要声明test
var test="hello,world";
document.write(test);
做测试,我建议你使用alert函数,
即将document.write(test);改为alert(test);
var test="hello,world";
document.write(test);
做测试,我建议你使用alert函数,
即将document.write(test);改为alert(test);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
document.write()内容是啥?
如果是document.write("............");
里面省略的内容的所有 "" 都改成 '
试试看……
如果是document.write("............");
里面省略的内容的所有 "" 都改成 '
试试看……
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询