SoFunction
Updated on 2025-03-04

The js method to make the browser DOM element last load

The js method to make the browser DOM element last load

 = =function() { a(); b(); }

Just after all elements of the interface are loaded, execute the a() method and b() method to prevent the dialog box from popping up halfway through the interface, and the background is blank.