mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-28 05:11:39 +08:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
<pre class="layui-code" id="kg-code"></pre>
|
|
|
|
<script>
|
|
|
|
layui.use(['jquery'], function () {
|
|
var $ = layui.jquery;
|
|
var obj = JSON.parse('{{ audit.req_data }}');
|
|
var str = JSON.stringify(obj, undefined, 2);
|
|
$('#kg-code').html(str);
|
|
});
|
|
|
|
</script>
|