function addLoadEvent(func){//預(yù)加載添加多條指令函數(shù) var oldonload = window.onload; if(typeof window.onload != 'function'){ window.onload = func; }else{ window.onload = function(){ oldonload(); func(); } }}function insertAfter(newElement,targetElement){//在一個(gè)節(jié)點(diǎn)之后插入一個(gè)新的節(jié)點(diǎn) var parent = targetElement.parentNode; if(parent.lastChild == targetElement){ parent.appendChild(newElement); }else{ parent.insertBefore(newElement,targetElement.nextSibling); }}
新聞熱點(diǎn)
疑難解答
圖片精選
網(wǎng)友關(guān)注