javascript 的 alert 里面 空格 的表示方法?谢谢
alert("事件类型为"+event.type);想显示为:"事件类型为click"。但是输入为下两种都为错:alert("事件类型为"+event.type);ale...
alert("事件类型为"+event.type);
想显示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+  +event.type);
<a href="#" onclick=alert("事件类型为"+event.type)>ceshi</a>
想提示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+&NBSP; +event.type); 展开
想显示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+&NBSP; +event.type);
<a href="#" onclick=alert("事件类型为"+event.type)>ceshi</a>
想提示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+&NBSP; +event.type); 展开
展开全部
<input type=button value=单击 onclick="test(window.event)">
<script>
function test(event)
{
alert("事件类型为 " +event.type);
}
</script>
有空格啊···
多敲几个就明显了··
alert("事件类型为"+&NBSP; +event.type);
这个肯定不行嘛··&NBSP;是HTML标签··
<script>
function test(event)
{
alert("事件类型为 " +event.type);
}
</script>
有空格啊···
多敲几个就明显了··
alert("事件类型为"+&NBSP; +event.type);
这个肯定不行嘛··&NBSP;是HTML标签··
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询