如果是静态网页就代表另外一个html内容已知而且确定,没必要在div中设置引用.var inner = $('#htmlId').html();$('#divId').html(inner);
$("#DIV“).html(新的html代码);
把另一个html的源代码复制过来