2014年10月11日
摘要: 添加删除div之类的1 var my = document.getElementById("myDiv"); 2 var myParent = my.parentNode;3 if(my != null)4 {5 my.parentNode.removeChild(my);6 } ... 阅读全文
posted @ 2014-10-11 10:17 笨笨多 阅读(175) 评论(0) 推荐(0) 编辑
摘要: JS 代码:Ext.onReady(function(){ myPanel = new Ext.Panel({ id:'id', title:'名字', width:600, autoheig... 阅读全文
posted @ 2014-10-11 09:18 笨笨多 阅读(217) 评论(0) 推荐(0) 编辑