ptint."请看代码";
<!DOCTYPE HTML>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pre标签的使用</title>
</head>
<body><p>各位大神看一下我的p标签使用的合不合理,顺口便帮我检查一下代码,这里先谢谢各位啦</p>
<pre>
public class html{
public static void main(String[] args){
new html(){
public void xx();}.xx();
}
}
</pre>
</body>
</html>