js修改html对象css属性

    技术2022-05-19  28

    var para = document.getElementById("testPara").className = "testOver";


    最新回复(0)