0

次のような文字列があります。

$str = '"list":["test 1","test 2"]';

配列の作成方法:

$arr['list'] = array('test 1','test 2');

?

4

1 に答える 1