最佳答案
如果我有这个数组:
array(" hey ", "bla ", " test");
我想把它们都修剪一下,我怎么才能做到呢?
修剪后的数组:
array("hey", "bla", "test");