pre标签:原样输出
<html>
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<pre>
public static void main(String[] args){
System.out.println("hellow world"):
}</pre>
</body>
</html>
显示效果:
pre标签:原样输出
<html>
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<pre>
public static void main(String[] args){
System.out.println("hellow world"):
}</pre>
</body>
</html>
显示效果: