blob: b033f5ee822de2a9f1dc1df8e438139b1141106f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<html>
<head>
<meta content-type="text/html" charset="utf8">
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body>
<p>字‘字’字“字”字</p>
<p>字,‘字,’字,“字,”字</p>
<p>字.‘字.’字.“字.”字</p>
<p>字:‘字:’字:“字:”字</p>
<p>字;‘字;’字;“字;”字</p>
<p>字!‘字!’字!“字!”字</p>
<p>字?‘字?’字?“字?”字</p>
<p>字‘(字)’字“(字)”字</p>
<p>字(‘字’)字(“字”)字</p>
</body>
</html>
|