confirm();
if(!og){}
document.body.appendChild();//从文档尾部添加
var pre=document.createElement('pre');//创建<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);//小数点后两位