通过将元素组合成 1 或 2 行来编写此 jquery 代码是否有更好的方法?
jQuery('#pinfo').attr('href', 'mailto:roaming@domain.com' );
jQuery('#pinfo').attr('class','pullup');
jQuery('#prelated').attr('href', 'mailto:roaming@domain.com' );
jQuery('#prelated').attr('class','pullup');