多项选择题

copyWithin()方法参数包括()

A.target(必需):从该位置开始替换数据
B.start(可选):从该位置开始读取数据,默认为0
C.end(可选):到该位置前停止读取数据,默认等于数组长度
D.就两个参数没有end