【多选题】
下列选项中,( )可以打开一个无状态栏的页面。
①
window.open(advert.html);
②
window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1);
③
window.open(advert.html,,scrollbars=1,location=0,resizable=1);
④
window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no);
【单选题】
假定一个初始堆为(1, 5, 3, 9, 12, 7, 15, 10),则进行第一趟堆排序后得到的结果为(( )。
①
3, 5, 7, 9, 12, 10, 15, 1
②
3, 5, 9, 7, 12, 10, 15, 1
③
3, 7, 5, 9, 12, 10, 15, 1
④
3, 5, 7, 12, 9, 10, 15, 1