假设我从 a 获取以下信息textarea
:
编码很酷
编程就是编码
绿屏
我可以用 bl2br 打印出来,但是我希望它打印出来的样子是这样的:
<div class="coding">Coding is cool</div><div class="green"><?php //php query doing the same, but for another textbox ?></div><div class="one-more-class"></div>
<div class="coding">Programming is coding</div><?php //php query doing the same, but for another textbox ?></div><div class="one-more-class"></div>
<div class="coding">Green screens</div><?php //php query doing the same, but for another textbox ?></div><div class="one-more-class"></div>
输入必须来自文本区域,而不是来自单独的文本框。我不会讨论更复杂的 jQuery 实现。说到这,这个没有Javascript——我相信它可以用PHP来完成。