()
| 1450 | * @private |
| 1451 | */ |
| 1452 | let _format = function () { |
| 1453 | let source = _getJsonText(); |
| 1454 | if (source) { |
| 1455 | if (_isCurrentOriginExcluded()) { |
| 1456 | _mountExcludedOriginToolbar(); |
| 1457 | return false; |
| 1458 | } |
| 1459 | _formatTheSource(source); |
| 1460 | } |
| 1461 | }; |
| 1462 | |
| 1463 | // 页面加载后自动采集 |
| 1464 | try { |
no test coverage detected