<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Pre Tag Example</title> </head> <body> <pre> This is some preformatted text. It preserves both spaces and line breaks. </pre> </body> </html>
标签:文件,翻译,浏览器,渲染,json,html From: https://www.cnblogs.com/kylin5201314/p/17864964.html