(keys, language)
| 710 | |
| 711 | // 根据不同编程语言格式化JSON路径 |
| 712 | let _updateJsonPath = function(keys, language) { |
| 713 | let path = _formatJsonPath(keys, language); |
| 714 | $('#jsonPath').text('当前节点:' + path); |
| 715 | }; |
| 716 | |
| 717 | let _updateStatusBarSelectionInfo = function(curEl) { |
| 718 | let info = _getSelectionInfo(curEl); |
no test coverage detected