2:jquery 的例子如下$(document).ready(function(){$("#audioId").bind('ended', function(){location.href="other.html";});});