JS obtains CSS attribute value code in Class of a certain element
How to obtain the MARGIN, PADDING, Height, Border, etc. in DIV. You may say that you can directly obtain it with Document.GetelementByid ("ID"). Style.margin. But what you said can only get the style written directly in the label
2025-02-09