HTMLMediaElement.volume ... createElement('audio'); console.log(obj.volume); // 1 obj.volume = 0.75; ... HTML Standard (HTML)
確定! 回上一頁