<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8" />
    <title>文本查看器</title>
    <link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/styles/github.min.css">
    <style type="text/css" media="screen">
        code{
            font-family:  Arial,sans-serif;
        }
        #viewhtml{
            word-break: break-all;
            white-space: break-spaces;
        }
    </style>
</head>
<body>
<pre><code id="viewhtml">[
    {
        &quot;id&quot;: 1,
        &quot;username&quot;: &quot;admin&quot;,
        &quot;password&quot;: &quot;$2y$10$Px1FwheBGfzD5OvpVVFCh.DpvJG6bxNUdHuaAsw71uqsPJDz9Vb2i&quot;,
        &quot;email&quot;: &quot;admin@example.com&quot;,
        &quot;role&quot;: &quot;admin&quot;
    }
]</code></pre>
<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>