代码怎么写才能做到我选中A的时候,前台显示出对应的图片,取消就没有呢?内容模板: <?php if(strstr($navinfor[字段名],'|A|')) { ?> 选A时显示内容 <? } else { ?> 选择A是不显示内容 <? } ?>
发表评论