C++ 如何在函数中获取作为参数的数组的长度? 2024-01-28 除了传个长度参数进去还有别的办法吗?#include using namespace std;void f(int nums[]){ cout << sizeof(…