<html>
<head>
<title>JavaScript学习</title>
<script type="text/javascript">str = String.fromCharCode(65,66,67);
document.write(str );  
document.write("闪烁".blink());  </script>
</head></html>
上面是我的一段代码,显示的结果为:并且闪烁两个字为“闪烁”的状态,现在我想把闪烁两个字放到第二行,应该怎么加代码。