for($i=0;$i<10;$i++)
{
for($j=0;$j<10;$j++)
{
$ar[i][j] = i*j
}
}
$a = implode("-",$ar[0])
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号