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()
}
1468

被折叠的 条评论
为什么被折叠?



