<code class="php"><foreach name='data' item='info'> <div style="margin-left: 10px;">{$info}</div> </foreach></code>
Assign data to the template and want to change the table style. How to achieve this?
For example, the data obtained
09.09 21:03:13 [Server] INFO Saving is already turned on
I want to change it to the corresponding Chinese characters, how to deal with it?
<code class="php"><foreach name='data' item='info'> <div style="margin-left: 10px;">{$info}</div> </foreach></code>
Assign data to the template and want to change the table style. How to achieve this?
For example, the data obtained
09.09 21:03:13 [Server] INFO Saving is already turned on
I want to change it to the corresponding Chinese characters, how to deal with it?
Do a data encapsulation before transmission?
Change English to corresponding Chinese characters? Unless you prepare the corresponding translation in advance