摘要: 1.append和appendChild的区别append是jquery文档操作用法① append() 方法在被选元素的结尾(仍然在内部)插入指定内容。$(selector).append(content)1 $("button").click(function(){2 $("p").appe... 阅读全文
posted @ 2015-01-15 11:12 MissBean 阅读(1483) 评论(0) 推荐(0)