weixin_慕勒2266735
2019-02-21 10:12
$(".test2").after('<p style="color:blue">after,在匹配元素之后增加</p>', '<p style="color:blue">多参数</p>')
与
$(".test2").after('<p style="color:blue">after,在匹配元素之后增加</p><p style="color:blue">多参数</p>')
两种输出的结果是一样的,本质上是否有区别呢?
看输出效果 before添加的元素在前,after添加元素在后
没有区别
jQuery基础(二)—DOM篇
114012 学习 · 590 问题
相似问题