$("#btnGetCode").click(function(){var a = "<!DOCTYPE html><html lang="zh-cn">";var z = "</html>"var by = $(":root").html();$("#codeView").val(a+by+z);});