我在变量中有一个数组,如果我打印该数组意味着该数组将如下所示:
Array
(
[Body] => This is TestDrive
[Attachment] =>
)
Array
(
[Body] => Testing to an Loops
[Attachment] =>
)
(
[Body] => Okay
[Attachment] =>
)
我想删除第一个数组
`Array(
[Body] => This is TestDrive
[Attachment] =>
)`
怎么做?请任何人帮助我