简体中文
Toggle theme
HTML 缩小器
缩小 HTML 以减少大小和加载时间
原始 HTML
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <!-- content --> <p>Hello World</p> </body> </html>
缩小 HTML
Minified HTML
Copy