在JQuery如何选择紧邻的后一个元素()。
A.$(“…”).next();
B.$(“…”).before();
C.$(“….”).prev();
D.$(“…”).before();
正确答案:$(“…”).next();
相关答案
热门答案