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

config_load ??

config_load ??

???:

?? ???? ?? ??? ??? ? ????. ? ?? ?? ?? ??? ???? ??? ??? ??? ??? ? ????.

?? : ?? ???? ??? ??? ?? ?? ??? ??? ?? ? ?? ??? ????.

eg:

test.html:

{config_load file="colors.conf" section="Customer"}
<html>
<title>{#pageTitle#}</title>
<body bgcolor="{#bodyBgColor#}">
<table border="{#tableBorderSize#}" bgcolor="{#tableBgColor#}">
<tr bgcolor="{#rowBgColor#}">
<td>First</td>
<td>Last</td>
<td>Address</td>
</tr>
</table>
</body>
</html>

colors.conf:

#注釋
#段落變量
[Customer]
pageTitle='顧客表'
bodyBgColor='#00f'
tableBorderSize='1'
tableBgColor='skyblue'
rowBgColor='red'
tableBgColor='skyblue'
[Person]
pageTitle='所有人表'
bodyBgColor='#eee'
tableBorderSize='1'
tableBgColor='skyblue'
rowBgColor='red'
tableBgColor='skyblue'
[other]
other='這是其他'

?? ??:

微信圖片_20180313092919.png


section="Person"? ? ?? ??:

微信圖片_20180313093218.png



???? ??
||
<?php echo "config_load函數(shù)";