@首页->>计算机知识->>开发->>Html
TAG: Html
loading...
size=46 name=chart>
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99){
setTimeout("count()",100);
}else{
window.location = "http://www.dachun.org/";
}
<<-HTML转义字符串 | | JavaScript中传递中文不乱码的方式->>
无附件