由 longyujin9 » 2018年 8月 10日 11:34
由 m4go » 2018年 8月 10日 15:16
<?php if (array_key_exists('some',unserialize($this->___fields()))): ?>字段值:<?php $this->fields->some(); ?><?php else: ?>字段不存在<?php endif; ?>
由 longyujin9 » 2018年 8月 13日 21:36
m4go 写道:代码: 全选<?php if (array_key_exists('some',unserialize($this->___fields()))): ?>字段值:<?php $this->fields->some(); ?><?php else: ?>字段不存在<?php endif; ?>我是这样写的,你试试。
由 ivan » 2019年 1月 10日 17:13
由 E语云博客 » 2019年 3月 6日 10:48
由 tingxiaoxi » 2020年 8月 26日 21:39