Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试:
$(".box[data-id='" + ID-that-needs-changing + "']").css({ "background-color": "green" });
这基本上会查找与您在发布后获得的 ID 相等的box类。data-id
box
data-id