<!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;sources&quot;: [
        {
            &quot;id&quot;: &quot;6964b49a02b6c&quot;,
            &quot;name&quot;: &quot;上海复旦&quot;,
            &quot;url&quot;: &quot;https:\/\/verify.qcc.com\/getNetInfo&quot;,
            &quot;type&quot;: &quot;点播&quot;,
            &quot;epg&quot;: &quot;&quot;,
            &quot;logo&quot;: &quot;&quot;,
            &quot;notes&quot;: &quot;&quot;,
            &quot;created_at&quot;: &quot;2026-01-12 08:45:14&quot;
        }
    ],
    &quot;password&quot;: &quot;123456&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>