I have an input where a user may type in multiple words, and they are told to separate it with a space. So input may look like this:
foo
or like this:
foo bar php js
How can I check for spaces, and if there are spaces, split the words, then put it all into an array? I'll loop through that array in my program. I'm just new to string handling like this.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…