這些在速度方面是否相等?jQuery鏈接性能
$(this).attr("date",date);
$(this).attr("date_start",date_start);
$(this).attr("heure_start",heure_start);
或
$(this).attr("date",date).attr("date_start",date_start).attr("heure_start",heure_start);
即使第二快是它更好地寫分開,使代碼更易讀?
當格式正確時也更容易閱讀IMO –
這是一個完整的解釋! –