差异到网页显示?
我想在两段文本之间创建差异(代码,但我可能还想要论坛帖子)并突出显示网页中的差异。我可以使用什么库来做到这一点?我不介意突出显示是否用 javascript 完成。我正在使用 asp.net 和 C#
I want to create a diff between two pieces of text (code but i may also want forum post) and highlight the difference in a webpage. What lib might i use to do that? I dont mind if highlighting is done in javascript. I am using asp.net with C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 DiffPlex 库。
CodePlex.com 使用相同的 diff'ing 库来显示源代码差异。您可以在此处查看其输出示例。
You can use the DiffPlex library.
It is the same diff'ing library that is used by CodePlex.com to show source code diffs. You can see an example of its output here.
我使用过 jsdifflib
I've used jsdifflib