<!--{eval echo DB::result_first("select username from pre_common_member where uid=1");}-->
<!--{eval echo DB::result_first("select bio from pre_common_member_profile where uid=1");}-->
username/bio :表示具体调用表中的项目
pre_common_member/pre_common_member_profile :表示具体调用的表名
uid=1” :表示具体调用表中的项目
|