首页htmlwhite_spaceCSS Property Value - 如何white-space: pre-line;

CSS Property Value - 如何white-space: pre-line;

我们想知道如何white-space: pre-line;

<!DOCTYPE html>
<html>
<head>
<style>
p {
  white-space: pre-line;
}
</style>
</head>
<body>
  <p style="text-align: center; font-size: 12pt;">text-as-abc
    text-as-abc text-as-abc text-as-abc text-as-abc text-as-abc</p>
</body>
</html>