本文介绍了在C#中php的爆炸/内爆功能的替代方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
.net框架中是否有类似的功能可以爆炸/爆炸?
are there a similar functions to explode/implode in the .net-framework?
还是我必须自己编写代码?
or do i have to code it by myself?
推荐答案
String.Split()将爆炸,并且 String.Join( )将内爆.
String.Split() will explode, and String.Join() will implode.
这篇关于在C#中php的爆炸/内爆功能的替代方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!