以下哪组表达式可以联合表示A层的X轴值和B层的y轴值?
A. x=thisComp.layer("Layer B").position[0]: y=thisComp.Layer("LAyer A").position[1]:[x,y]
B. x=thisComp.layer("Layer A").position[0]: y=thisComp.Layer("LAyer B").position[1]:[y,x]
C. x=thisComp.layer("Layer A").position[0]: y=thisComp.Layer("LAyer B").position[1]:[x,y]
D. x=thisComp.layer("Layer A").position[1]: y=thisComp.Layer("LAyer B").position[0]:[x,y]