全站通用 > 【权重:4】WMPHP标签
WMPHP标签
{wmphp}...你的代码...{/wmphp}
你的代码可用内容:
可以使用原生的php代码,不能echo内容。只能使用return返回数据 |
调用范例:
{wmphp} $a = 1; $b = 2; $c = $a + $b; return $c; {/wmphp}
输出后:
3
{wmphp}...你的代码...{/wmphp}
你的代码可用内容:
可以使用原生的php代码,不能echo内容。只能使用return返回数据 |
调用范例:
{wmphp} $a = 1; $b = 2; $c = $a + $b; return $c; {/wmphp}
输出后:
3
版权所有©2013-2015 WMCMS互联网方案解决团队 WMCMS Inc.