Home > Q&A > body text
<?php$gx=array(1,4,5);echo $-------;?>
Write those things Only then can this array be output
只陪她闹i2018-12-01 09:37:37
Arrays cannot be output directly, just use var_dump to view them. There is no need to dig into this, it is meaningless