SoFunction
Updated on 2025-04-09

javascript expansion DOM operation prependChild insertAfert


function prependChild(o,s){
if(()){
(o,);
}else{
(o);
}
}
function insertAfert(o,s){
if(!=null){
(o,);
}else{
(o);
}
}