使用html文件渲染浏览器翻译json文件

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Pre Tag Example</title>
</head>
<body>

<pre>
    This is some preformatted text.
    It preserves both      spaces and
    line breaks.
</pre>

</body>
</html>

 

posted @ 2023-11-29 15:22  Οo白麒麟оΟ  阅读(12)  评论(0编辑  收藏  举报