i am using DiffMatchPatch-Library and I want to know on which line in my file the change was found

后端 未结 0 1781
闹比i
闹比i 2021-01-23 00:56
internal void diffmatchfunc(string newtext, string oldtext)
    {
        diff_match_patch dmp = new diff_match_patch();
        
        var listDiff = dmp.diff_main(ne         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题