not enough arguments in call to
来源:1-1 接口的概念
陈东7181066
2021-12-28 23:36:24
not enough arguments in call to getMaterialsFromInput()
have ()
want (float64, float64, int, int, string)
不知道如何处理报错,请求协助,谢谢.
1回答
ccmouse
2021-12-30
你有附视频吗?好像看不到。
这个错误信息的意思是:调用getMaterialsFromInput()函数的参数数量不对。
同学一个参数都没传。-- have()
实际上它期待的是(float64, float64, int, int, string)
相似问题