用户可以通过以下代码看到什么?消息是显示为随机消息还是一次显示?
<!doctype html>
<head>
<title> Mathematics Review For Beginners</title>
<script type = 'text/javascript'>
var someValue;
someValue= 1+1=2
someValue= 1+2=3
someValue= 1+3=4
someValue= 1+4=5
someValue= 1+5=6
alert someValue;
</script>
</head>
</html>
周六快乐!
答案 0 :(得分:0)
没有,1+1=2
将返回分配错误,alert someValue
将返回标识符错误。