代码如下://获取对象 function getObject(objectId,top) { doc = top?window.top.document:document; if(typeof(objectId)!=”object” && typeof(objectId)!=”function”) { if(doc.getElementById && doc.getElementById(objectId)) { // W3C DOM return doc.getElementById(objectI