Can you tell me how to use newline output?
阿超
阿超 2018-07-13 12:00:28
0
3
1189

/n

</br>

Neither of them can be used. It always prompts an error. When I saw Chapter 3, I didn’t even talk about the use of line breaks. From the beginning, you were talking about the cleanness and beauty of the code, but you ignored the important thing of line break output! ! !

阿超
阿超

reply all(1)
Summer

echo ‘</br>’; will break the line

  • reply &lt;br/&gt;&lt;/br&gt;Both are acceptable. I am new to this and I don’t know which one to add br to. Thank you.
    阿超 author 2018-07-13 15:37:11
  • reply Your tag < escape is $lt; when the browser parses it, it defaults to them being equal.
    Summer author 2018-07-13 16:57:39
  • reply You can just adjust the style on the front end. You don’t need to write these in the background. Or you can add <br/> directly to the HTML to change the line.
    Summer author 2018-07-13 17:08:17
  • reply It will be more troublesome to write than HTML
    阿超 author 2018-07-13 16:58:49
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template