`
soal
  • 浏览: 7307 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论

获取动态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()
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics