php array foreach add的相關文章
php array foreach add的相關商品

php - Add values to array via foreach - Stack Overflow
瀏覽:1484
日期:2025-04-28
You should use print_r , not print . print is for stings only. Try this: echo '';
print_r(array_values($msg)); ......看更多