$(document.body).on("click", ".comments-item .link-comment", function () {
平时用 document 就可以了,今天硬是要用 document.body 才可以,这个问题没有深究,有时间可以看一下。
$(document.body).on("click", ".comments-item .link-comment", function () {
平时用 document 就可以了,今天硬是要用 document.body 才可以,这个问题没有深究,有时间可以看一下。