【jQuery】将某对象节点转化为HTML代码
【正文内容】$('<div>').append($('#eleID').clone()).remove().html();
【参考文章】http://stackoverflow.com/questions/652763/jquery-object-to-string
【正文内容】$('<div>').append($('#eleID').clone()).remove().html();
【参考文章】http://stackoverflow.com/questions/652763/jquery-object-to-string