");}elseif (o.url && o.url != "") {document.write("");}else {throw new Error("no script content or url specified");}}/*** @author xp* write link tag or style tag to document. Can be used only in page-loading phase.* only script text or script url can be accepted. u cant specify none or two of them or an error will be raised** 以document.write的方式向頁(yè)面中寫入css* @param o {* id : id of the created tag,* url : String,* styles : styles text* }*/function dwCSS(o){o.id = o.id || "";if (o.url){document.write('');} else if (o.styles){document.write('
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。