2017 7 3 am

confirm();
if(!og){}
document.body.appendChild();//从文档尾部添加
var pre=document.createElement('pre');//创建

标签
var text=document.createTextNode(msg);//msg包装在一个文本节点中
pre.appdendChild(text);
function hide(e,reflow){
if(reflow){
e.style.display="none";
}else{
e.style.visibility="hidden";
}

}
function highlight(e){
if(!e.className){
e.className="hilitte";

}else{
e.className+="hilite";
}
}
parseFloat(monthly);//转换为小数格式
monthly.toFixed(2);//小数点后两位

你可能感兴趣的:(2017 7 3 am)