Version 5.1.5

{ openzc:field }

field: 全局公共特定变量调用
field 常用实例

说明效果预览
当前securityTokende872b4e1f74a2ad319b73cf4f7d6362
当前位置positionError:Your breadcrumb template file does not exist!
当前模板路径/demo//includes/templates/template_doc/
内置样式路径/demo//includes/templates/template_doc/html/modules/assets/
当前.tpl模板文件路径/demo/includes/templates/template_doc/html/

          
<!--{ openzc:field } 调用实例-->
<div class="table-responsive">
	<table class="table mg-b-0">
		<thead class="thead-dark"><tr><th scope="col">说明</th><th scope="col">效果预览</th></tr></thead>
        <tbody>
        	<tr><td>当前securityToken</td><td>{openzc:field.securityToken/}</td></tr>
        	<tr><td>当前位置position</td><td>{openzc:field.position/}</td></tr>
        	<tr><td>当前模板路径</td><td>{openzc:field.template/}</td></tr>
        	<tr><td>内置样式路径</td><td>{openzc:field.assets/}</td></tr>
        	<tr><td>当前.tpl模板文件路径</td><td>{openzc:field.dirpath/}</td></tr>
        </tbody>
    </table>
</div>