The HTMLMediaElement.loop property reflects the loop HTML attribute, which controls ... createElement("video"); obj.loop = true; // true
確定! 回上一頁