这两种声明假定大小数组的方法之间有什么区别吗?
例如
real, dimension(:) :: arr
和
real :: arr(*)
arrays fortran fortran90
arrays ×1
fortran ×1
fortran90 ×1