x
 
<!DOCTYPE html>
<html>
<body>
<h1>JavaScript</h1>
<p>在警告框中换行。</p>
<button onclick="alert('Hello\nHow are you?')">试一试</button>
</body>
</html>