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

为什么不能改红色;

<!DOCTYPE HTML>

<html>

<head>

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

<title>认识语句</title>

<script type="text/javascript">

   document.write("hello").style.color="red";

   document.write("world");

</script>

</head>

<body>

</body>

</html>

认识语句

正在回答

3 回答

<script type="text/javascript">

    document.write("hello".fontcolor("red"))

</script>


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

语法不对。可以将”hello“放在一个有id的<p>标签中,然后用getElementById("")提取元素,然后对其进行样式的改变。

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

document.write("hello").style.color="red";这样要能出来就是新的语法规则了。。

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

举报

0/150
提交
取消

为什么不能改红色;

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