function clearset()
{
var aaa=confirm("是否重置");
if(aaa==true)
{
mychar.removeAttribute("style");
}
else
{
alert("不重置");
}
}
添加回答
举报
0/150
提交
取消