摘要:
function loadJs(file){ var scriptTag = document.getElementById('loadScript'); var head = document.getElementsByTagName('head').item(0); if(scriptTag) head.removeChild(scriptTag); script = document.cre... 阅读全文
posted @ 2008-11-27 09:35
精思入神
阅读(319)
评论(0)
推荐(0)