function add(){
var jun = document.getElementById("p1");
jun.className="one";
}
function modify(){
var jun = document.getElementById("p2");
p2.className="two";
}
我试了 把jun改成p1 或p2 没有中间获取那一段,也能实现同样的结果