📝 代码/文本差异对比工具(并排视图)
// 这是原始版本代码 function test() { console.log("版本1"); }
// 这是修改后的版本代码 function test() { console.log("版本2"); }
🔍 开始对比差异