我有一个$_POST
数组如下
Array
(
[questionTitle1] => question one
[questionNote1] => note one
[oprtionValue11] => green 1
[oprtionValue21] => blue 1
[oprtionValue31] => orange 1
[questionTitle2] => question two
[questionNote2] => note two
[oprtionValue5] => green 2
[oprtionValue6] => blue 2
[oprtionValue7] => orange 2
[oprtionValue8] => red 2
)
在这里,我想在 $key like questionTitle% 出现时将数组分解为单独的数组。