我想问你这个代码应该如何看待C++:
<?php for ($i = 1; $i <= 10; $i++) { $array[$i]="test".$i; } ?>
php c++
c++ ×1
php ×1