function test(){ Ext.MessageBox.show( { title: '消息', msg: '页面信息:', width: 500 , height: 400 , buttons: Ext.MessageBox.OK, multiline: true, value: document.getElementsByTagName("HTML")[0].outerHTML }); //$("body").html() }
function test(){ Ext.MessageBox.show( { title: '消息', msg: '页面信息:', width: 500 , height: 400 , buttons: Ext.MessageBox.OK, multiline: true, value: document.getElementsByTagName("HTML")[0].outerHTML }); //$("body").html() }