Loading...

欢迎访问

文章标题

这是文章内容,包含加粗文本链接

  • 列表项1
  • 列表项2
`; inputTextarea.value = sampleHtml; openskilShowStatus(inputStatus, '📝 已插入示例代码,请点击"格式化代码"按钮', 'info'); } function openskilClearAll() { inputTextarea.value = ''; outputTextarea.value = ''; linesCount.textContent = '0'; charsCount.textContent = '0'; tagsCount.textContent = '0'; openskilShowStatus(inputStatus, '🗑️ 已清空所有内容', 'info'); } function openskilSwapContent() { const temp = inputTextarea.value; inputTextarea.value = outputTextarea.value; outputTextarea.value = temp; openskilShowStatus(inputStatus, '🔄 已交换输入输出内容', 'info'); } // 实时统计 inputTextarea.addEventListener('input', function() { const code = this.value; const lines = code.split('\n').length; const chars = code.length; const tags = (code.match(/<\/?[a-zA-Z][a-zA-Z0-9]*[^>]*>/g) || []).length; linesCount.textContent = lines; charsCount.textContent = chars.toLocaleString(); tagsCount.textContent = tags; }); // 键盘快捷键 document.addEventListener('keydown', function(e) { if ((e.ctrlKey || e.metaKey) && e.key === 'Enter') { e.preventDefault(); openskilFormatCode(); } if ((e.ctrlKey || e.metaKey) && e.shiftKey && e.key === 'C') { e.preventDefault(); openskilCopyOutput(); } });
操作面板
工具详情
  • 工具图片:
  • 工具名称: HTML代码美化格式化工具 - 在线Web开发工具
  • 创建时间: Tue Apr 14 2026 12:41:47 GMT+0800 (China Standard Time)
  • 收藏数量: 共0人
  • 点赞数量: 共0次
  • 分享次数: 共0次
  • 访问数量: 共0次
  • 工具版本: v1.0.0
会员评论

主标题

站点所有消息通知及提示Tips内容!