> 백엔드 개발 > PHP 튜토리얼 > php中foreach循环里面做if判断

php中foreach循环里面做if判断

WBOY
풀어 주다: 2016-06-23 13:22:05
원래의
2630명이 탐색했습니다.

 <if condition='mb_strlen(zhuye_item.note5uuidHeadIdx) gt 10'>{$zhuye_item.smallUrl}<else/>{$zhuye_item.note5uuidHeadIdx}</if>  [0] => Array        (            [noteId] => 389            [deleteFlag] => 0            [note5uuid] => 300000186            [note5uuidAnonym] =>             [note5uuidHeadIdx] => [{"bigKey":"","smallUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBfCUHwTAAA_pWNnYXw019.png","smallKey":"","bigUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBeBcOe4AAGAT87yCLw740.png"}]            [note2uuid] => 300000186            [note2uuidHeadIdx] => [{"bigKey":"","smallUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBfCUHwTAAA_pWNnYXw019.png","smallKey":"","bigUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBeBcOe4AAGAT87yCLw740.png"}]            [note2uuidAnonym] =>             [sendTime] => 1448508925            [type] => 0            [content] => 涂抹急急急急急急了踏踏实实试图投资            [replyCnt] => 1            [praiseCnt] => 0            [praiseAble] => 1            [bigKey] =>             [bigUrl] => http://xxx/M00/02/1A/wKgBeVZVpBeBcOe4AAGAT87yCLw740.png            [smallKey] =>             [smallUrl] => http://xxx/1A/wKgBeVZVpBfCUHwTAAA_pWNnYXw019.png        )    [1] => Array        (            [noteId] => 366            [deleteFlag] => 0            [note5uuid] => 0            [note5uuidAnonym] => 春野樱            [note5uuidHeadIdx] => 91            [note2uuid] => 300000186            [note2uuidHeadIdx] => [{"bigKey":"","smallUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBfCUHwTAAA_pWNnYXw019.png","smallKey":"","bigUrl":"http://xxx/M00\/02\/1A\/wKgBeVZVpBeBcOe4AAGAT87yCLw740.png"}]            [note2uuidAnonym] =>             [sendTime] => 1448505049            [type] => 1            [content] => 0            [replyCnt] => 5            [praiseCnt] => 0            [praiseAble] => 1        )
로그인 후 복사

大概就是两种数组,一种是JSON串,一种就是纯数字的。问题是现在页面foreach循环的时候判断这个长度没有用呢。


回复讨论(解决方案)

判断里面是

            

头像:
            {$zhuye_item.smallUrl}{$zhuye_item.note5uuidHeadIdx}  
            用户: {$zhuye_item.note5uuidAnonym}  评论: {$zhuye_item.content} 打分:{$zhuye_item.content}

 
循环里头像这块判断不成功

解决了,直接在返回的数组里面加了一个数组长度,页面取值的时候eq一下就好了。

원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿