javascript如何利用onclick事件输出图片?我这样写对吗?
<buttononclick="myFunction()">点击这里</button><pid="demo"></p><script>functionmyFunction...
<button onclick="myFunction()">点击这里</button>
<p id="demo"></p>
<script>
function myFunction()
{
var x;
var txt="";
var person = {tert:document.write(<img src=布局.jpg width='2cm' height='2cm'>),four:"touer",docu:12};
for(x in person)
{
txt += person[x];
}
document.getElementById("demo").innerHTML=txt;
}
</script>
</body>
</html> 展开
<p id="demo"></p>
<script>
function myFunction()
{
var x;
var txt="";
var person = {tert:document.write(<img src=布局.jpg width='2cm' height='2cm'>),four:"touer",docu:12};
for(x in person)
{
txt += person[x];
}
document.getElementById("demo").innerHTML=txt;
}
</script>
</body>
</html> 展开
1个回答
展开全部
你的代码写的有些不知所云,应该这样写(注意单双引号):
<button onclick="myFunction()">点击这里</button>
<p id="demo"></p>
<script>
function myFunction()
{
document.getElementById("demo").innerHTML='<img src="布局.jpg" width="2cm" height="2cm">';
}
</script>
</body>
以上,请采纳,请给分。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询