<div id="test"> ... </div>
追加后:
<div id="test"> ... <img src=".." /> </div>
删除后:
// add $("#test").append("<img src='...' />") // remove $("#test img:last-child").remove()