主要就是   JSON.stringify(JSON.parse($(this).attr('a-value')), null, 4),在界面配合textarea使用后者input,单纯的放在html标签里一般达不到理想效果

            $('#tb_departments').on('click', '.cspzxq', function () {
                // JSON.stringify(JSON.parse($(this).attr('a-value')), null, 4)
                layer.open({
                    type: 1,
                    area: [600 + 'px', 400 + 'px'],
                    fix: false, //不固定
                    maxmin: true,
                    shade: 0.4,
                    title: '配置参数',
                    // content: $(this).attr('a-value'),
                    content: "<html><div><textarea readonly style='width: 590px;height: 350px;'>" + JSON.stringify(JSON.parse($(this).attr('a-value')), null, 4) + "</textarea></div></html>",
                    // end: function () {
                    //     $("#table_" + $(this).pid).bootstrapTable('refresh');
                    // }
                });
            });

 

GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e 4 个月前
8c391e04 6 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐