javascript 中 alert 里面 空格、换行是怎么表示的?谢谢
例如:alert("事件类型为"+event.type);想显示为:"事件类型为click"。但是输入为下两种都为错:alert("事件类型为"+event.type);...
例如:
alert("事件类型为"+event.type);
想显示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+  +event.type); 展开
alert("事件类型为"+event.type);
想显示为:"事件类型为 click"。
但是输入为下两种都为错:
alert("事件类型为 "+event.type);
alert("事件类型为"+  +event.type); 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询