Cuepoint JS 是一个为 HTML5 视频增加提示点和字幕的插件。 使用方法: $(document).ready(function(){ var slides = {5:"Hello World"} cuepoint.init(slides); cuepoint.play(); });