The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls whether ... var loop = video.loop; audio.loop = true;
確定! 回上一頁