上面的代码就是progressbar,下面是给progressbar添加提示内容。 var myDate = new Date();var progress = Math.round((myDate.getMinutes() + myDate.getHours(。bootstrap添加progressbar及提示。" />

bootstrap添加progressbar及提示

id="times" style="font-size: 4rem; line-height: 1.5; color: #cc9900; ">

上面的代码就是progressbar,下面是给progressbar添加提示内容。
var myDate = new Date(); var progress = Math.round((myDate.getMinutes() + myDate.getHours() * 60) / (24 * 60) * 100)+ "%"; window.parent.document.getElementById("times").innerHTML = (Math.round((myDate.getMinutes() + myDate.getHours() * 60) / (24 * 60) * 100) + "%"); $("#time").css('width', progress);

【bootstrap添加progressbar及提示】参考文章https://blog.csdn.net/i10630226/article/details/49906781

    推荐阅读