亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

strip function

strip function:

##Web developers encounter spaces and carriage returns many times A situation that affects the HTML output (a browser "feature") whereby you have to run all the tags in the template in order to get a specific result.

Usually when it is difficult to understand or process This problem is encountered in the template.

Smarty will remove any leading and trailing spaces and carriage returns from the data in the {strip}{/strip} tag before displaying.

This ensures that the template is easy to understand and you don’t have to worry about extra spaces causing problems.


## eg:

##{strip}

<table border=0>

??????????????????????????????????????????????????????????????????????????????????????{$url}">????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? < tr>
</table>
{/strip}


Output:

<table border=0><tr><td>< ;A ><font color="red">This is a test</font></A></td></tr> </table>


Continuing Learning
||
<?php echo "trip函數(shù)";
submitReset Code