js-outerHtml.md created 2016-03-25 updated 2016-03-25 jquery获取outerHtml包含当前节点本身的代码 $(".test").prop("outerHTML"); $(".test").clone(); //或者复制方法