随笔分类 -  JavaScript

摘要:baseTools.jsvar _BaseTools = { showid : function(idname) { var isIE = (document.all) ? true : false; var isIE6 = isIE && !window.XMLHttpRequest; var newbox = document.getE... 阅读全文
posted @ 2016-04-23 13:15 落叶的瞬间; 阅读(1004) 评论(0) 推荐(0)