与生成width和height使用的方法类似,通过`after`, `prepend`, `before`, `append`,这四者之间的共性,生成对应的函数.并根据这四个函数,生成 `insertAfter`, `insertBefore`, `appendTo`, `prependTo`. 将具有共性的四者存储在一个数组中,以便于循环遍历. adjacencyOperators.forEach(function(operator, operatorIndex) {}) 使用forEach…