원래
matrix:
  num: [0, 1, 2, 3]
  str: [a, b, c, d]

라고 하면 16개가 실행되잖어

그런데 순서를 맞춰서
0-a, 1-b, 2-c, 3-d처럼 실행 가능한가요?

- dc official App