---------------------------
Windows Internet Explorer
---------------------------
function down(n,m){n=parseInt(n);m=parseInt(m);var htm="";var list=VideoListJson;var data=[];if(list.length>0){var subs=list[Math.min(n,list.length-1)][1];data=subs[Math.min(m,subs.length-1)].split('$');window.open('*='+data[1])}}
---------------------------
确定
---------------------------