为了账号安全,请及时绑定邮箱和手机立即绑定

我尝试在变量后面输入&nbsp空格符号,为什么所有内容清空呢

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>document.write</title>

  <script type="text/javascript">

    var mystr="我是";

    var mychar="JavaScript";

document.write(mychar+"<br>");

document.write(mystr+mychar+"&nbsp的忠实粉丝!");//正常

document.write(mystr+&nbsp mychar+"&nbsp的忠实粉丝!"//清空


  </script>

</head>

<body>

</body>

</html>


正在回答

3 回答

写错了所以才没有内容,首先 空格是  &nbsp;   然后你应该用引号把它括起来的

0 回复 有任何疑惑可以回复我~

document.write(mystr+"&nbsp"+mychar+"&nbsp的忠实粉丝n")就可以啦

0 回复 有任何疑惑可以回复我~

.使用输出html标签&nbsp;来解决

 document.write("&nbsp;&nbsp;"+"1"+"&nbsp;&nbsp;&nbsp;&nbsp;"+"23");


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我尝试在变量后面输入&nbsp空格符号,为什么所有内容清空呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信