Home >Backend Development >PHP Tutorial >php line break problem in notepad php network notepad php log php notepad opens randomly

php line break problem in notepad php network notepad php log php notepad opens randomly

WBOY
WBOYOriginal
2016-07-29 08:52:221145browse

<code>在网页上面:用<br />就可以解决了,<span>\n</span>行不通的
把数据保存到记事本用<span>\r</span><span>\n</span>,在记事本就实现了换行!</code>
<code><span>for</span> (<span>$distance</span> = <span>50</span>; <span>$distance</span> <= <span>250</span>; <span>$distance</span> += <span>50</span>) {
  <span>echo</span><span>"<tr>
        <td align=\"right\">".<span>$distance</span>.<span>"</td>
        <td align=\"right\">"</span>.(<span>$distance</span> / <span>10</span>).<span>"</td>
        </tr><br />"</span>;
}</code>
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

The above introduces the problem of line wrapping in PHP in Notepad, including the content of PHP and Notepad. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn