本文介绍了如何拆分“Enterkey”一个字符串/ - 数组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,


我有问题。我想拆分一个字符串,比如

Hello Guys,

welkome到我家。


Probem是,我想得到这个字符串并将其保存在一个数组中。但是,我希望第一行在索引0中,第二行在索引2中。所以我需要.Split它。


但是我在()中写了什么?


感谢您的答案

___________________________________________

抱歉,我的英语非常糟糕。 ^^

解决方案




Hey,

I have a problem. I want to split a string like
"Hello Guys,
welkome to my home".

The Probem is, that i want to get this string and save it in a array. But, i want that the first line is in the index 0 and the second line in index 2. So i need to .Split it.

But what do i write in the ( )?

Thanks for answers
___________________________________________
Sorry for my very bad english. ^^

解决方案




这篇关于如何拆分“Enterkey”一个字符串/ - 数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-12 15:00