Heim  >  Artikel  >  Web-Frontend  >  载入进度条 效果_JavaScript

载入进度条 效果_JavaScript

WBOY
WBOYOriginal
2016-05-16 19:28:18928Durchsuche


测试转发一下







正在载入 测试转发一下 请稍侯...



 






本站只提供域名转发,与转向的网站无任何关系




<script><!-- <BR>ini = new Date().getTime(); <BR>var pc = 0; <BR>load(); <br><br>function load() { <BR>pc += 2; <BR>lpc.style.width = pc + "%"; <BR>time = setTimeout("load()",25); <BR>if (pc > 100) { clearTimeout(time); loaded() } <BR>} <BR>function loaded() { <BR>fim = new Date().getTime(); <BR>dif = fim - ini; <BR>ld.style.display = 'none'; <BR>adslxp.style.display = ''; <BR>} <BR>function Show() { <BR>if (txt.style.display == "none") { txt.style.display = "" } <BR>else { txt.style.display = "none" } <BR>} <BR>//--></script>


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn