JSON在界面格式化显示
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
主要就是 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 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)