前端Json換行顯示


效果圖:

重要代碼:

1.包裹Json元素塊添加屬性 overflow: auto;word-break: break-all;

2.固定寬度width:800px;

<th style="width:800px;">
  <p style="overflow: auto;word-break: break-all;">
     Json內容
   </p>
</th>

  或者

<p style="width:800px;overflow: auto;word-break: break-all;">
    Json內容
</p>

全部代碼:

<html lang="en">
<head>
<meta charset="utf-8">
<title>Json換行</title>
</head>
<body>
    <div style="text-align: center;">
        <table style="border:1px orange solid">
            <tr>
                <th style="width:10px;border:1px gray solid;">測試json換行</th>
                <th style="width:800px;border:1px gray solid;">
                    <p style="overflow: auto;word-break: break-all;">
                        "json":"{\"data\":{\"adfadf\":\"\",\"resultMsg\":\"adfasdfsd\",\"sjjtyytte\":\"0.09\",\"dsfhyytrerwa\":\"0000000000\",\"adfasdfasdf\":\"0.09\",\"adfasdfsdf\":\"0.00\",\"adfadff\":\"202006302720182201124\",\"sdfasdfgdf\":\"2020063014271536571832\",\"sdfasdfgdffasdfdsaf\":\"20200630\",\"dfhyksfdhh\":\"142801\",\"gjkjtyyrtg\":\"OT0000\",\"errMsg\":\"\"}}","sdfasdfgdf":"","code":"0000","sjjtyytte":"","msg":"sccuess","dsfhyytrerwa":"0202006301428328627","dsfhyytrerwa":"aagxC6yV7KyiApaPw39RzbdVPUQCeI0e79uBl7rtdRPakprpDoWsfWEUi7tCp8OLTPGflQJy5ngTMbXeRW5MN5SceZOFG+88vZuWYPiwUyul4pc96Wtzd5kbrm0rGO9ZUzs8R+FSOmi/wy5PD6LcxUjO4u+Mlhj/CMZx5lhWA+7mWd/uUatYw5fSL4BAKRMcSq5aNySGlCwJb10+mYWU9HBxyWKOKzV9pfayU8bqSyw==","dsfhyytrerwa":""}
                    </p>
                </th>
              </tr>
              <tr>
                <th style="width:10px;border:1px gray solid;">測試json換行</th>
                <th style="width:800px;border:1px gray solid;">
                    <p style="overflow: auto;word-break: break-all;">
                        "json":"{\"data\":{\"adfadsfds\":\"\",\"resultMsg\":\"adsfadsfasd\",\"sjjtyytte\":\"0.09\",\"dsfhyytrerwa\":\"0000000000\",\"adsfsadfasdf\":\"0.09\",\"sdfadfdsf\":\"0.00\",\"adfasdfa\":\"202006302720182201124\",\"sdfasdfgdf\":\"2020063014271536571832\",\"sdfasdfgdffasdfdsaf\":\"20200630\",\"dfhyksfdhh\":\"142801\",\"gjkjtyyrtg\":\"OT0000\",\"errMsg\":\"\"}}","sdfasdfgdf":"","code":"0000","sjjtyytte":"","msg":"sccuess","dsfhyytrerwa":"0202006301428328627","dsfhyytrerwa":"aagxC6yV7KyiApaPw39RzbdVPUQCeI0e79uBl7rtdRPakprpDoWsfWEUi7tCp8OLTPGflQJy5ngTMbXeRW5MN5SceZOFG+88vZuWYPiwUyul4pc96Wtzd5kbrm0rGO9ZUzs8R+FSOmi/wy5PD6LcxUjO4u+Mlhj/CMZx5lhWA+7mWd/uUatYw5fSL4BAKRMcSaMT6fTmM158gR4h/DcODBUg2auPBrHxiHR+nTagrKPqSyw==","dsfhyytrerwa":""}
                    </p>
                </th>
              </tr> 
        </table>
    </div>
</body>
</html>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM