📅  最后修改于: 2022-03-11 15:01:43.742000             🧑  作者: Mango
$(elem).outerWidth(); // Returns the width + padding + borders
$(elem).outerWidth( true ); // Returns the width + padding + borders + margins