How to clone strings multiple times into one string?

前端 未结 0 1812
不思量自难忘°
不思量自难忘° 2020-12-03 13:52

I want to clone a string .

Exampel

        string cloneTest = "Matrix";
        string result;

        result = (String)cloneTest.Clone();

         


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