Gunakan atribut gelung untuk menentukan tempat audio/video akan bermula semula. Anda boleh cuba jalankan kod berikut untuk melaksanakan loopproperty -
<!DOCTYPE HTML> <html> <body> <video width = "300" height = "200" controls loop> <source src = "/html5/foo.ogg" type = "video/ogg" /> <source src = "/html5/foo.mp4" type = "video/mp4" /> Your browser does not support the video element. </video> </body> </html>
Atas ialah kandungan terperinci Bagaimana untuk menentukan dalam HTML bahawa audio/video dimulakan semula setiap kali selepas ia tamat?. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!