对于下列代码,输出结果为a的选项是( )。$arr = array( array('one'=>'a','two'=>'b'));
A.$arr[0]
B.$arr['one']
C.$arr[0]['one']
D.$arr['one'][0]
正确答案是C