how to do i write a function that passes specific arguments ti another function

前端 未结 0 1790
猫巷女王i
猫巷女王i 2021-01-16 10:37

I have a function that takes two arguments x and y. I want to pass these values into the function -> (0,0),(1,0),(2,0) (0,1),(1,1),(2,1) (0,2),(1,2),(2,2)

How can

相关标签:
回答
  • 消灭零回复
提交回复
热议问题