php 数组问题
我dump了一个数组,显示如下:
array(9) { [0] => array(6) { ["que_content"] => string(11) "11111111111" ["que_id"] => string(1) "1" ["ops_qid"] => string(1) "1" ["ops_contentoid"] => string(1) "A" ["ops_content"] => string(14) "aaaaaaa1111111" ["ops_count"] => string(1) "3" } [1] => array(6) { ["que_content"] => string(11) "11111111111" ["que_id"] => string(1) "1" ["ops_qid"] => string(1) "1" ["ops_contentoid"] => string(1) "B" ["ops_content"] => string(10) "bbbbbbbbbb" ["ops_count"] => string(1) "1" } [2] => array(6) { ["que_content"] => string(11) "11111111111" ["que_id"] => string(1) "1" ["ops_qid"] => string(1) "1" ["ops_contentoid"] => string(1) "C" ["ops_content"] => string(8) "cccccccc" ["ops_count"] => string(1) "1" } [3] => array(6) { ["que_content"] => string(9) "222222222" ["que_id"] => string(1) "2" ["ops_qid"] => string(1) "2" ["ops_contentoid"] => string(1) "D" ["ops_content"] => string(9) "ddddddddd" ["ops_count"] => string(1) "3" } [4] => array(6) { ["que_content"] => string(9) "222222222" ["que_id"] => string(1) "2" ["ops_qid"] => string(1) "2" ["ops_contentoid"] => string(2) "EF" ["ops_content"] => string(12) "efe2efef2fef" ["ops_count"] => string(1) "1" } [5] => array(6) { ["que_content"] => string(9) "222222222" ["que_id"] => string(1) "2" ["ops_qid"] => string(1) "2" ["ops_contentoid"] => string(1) "F" ["ops_content"] => string(14) "fff32fffffffff" ["ops_count"] => string(1) "1" } [6] => array(6) { ["que_content"] => string(9) "333333333" ["que_id"] => string(1) "3" ["ops_qid"] => string(1) "3" ["ops_contentoid"] => string(2) "GG" ["ops_content"] => string(13) "ggg323ggggggg" ["ops_count"] => string(1) "1" } [7] => array(6) { ["que_content"] => string(9) "333333333" ["que_id"] => string(1) "3" ["ops_qid"] => string(1) "3" ["ops_contentoid"] => string(1) "H" ["ops_content"] => string(10) "hhh5h5h5h5" ["ops_count"] => string(1) "2" } [8] => array(6) { ["que_content"] => string(9) "333333333" ["que_id"] => string(1) "3" ["ops_qid"] => string(1) "3" ["ops_contentoid"] => string(1) "J" ["ops_content"] => string(8) "j8j8j8j8" ["ops_count"] => string(1) "2" }}
我想输出的时候这样子输出,应该要怎样做?
问题:11111111111选项:A 内容:aaaaaaa1111111选项:B 内容:bbbbbbbbbb选项:C 内容:cccccccc问题:222222222选项:D 内容:ddddddddd选项:EF 内容:efe2efef2fef选项:F 内容:fff32fffffffff问题:333333333选项:GG 内容:ggg323ggggggg选项:H 内容:hhh5h5h5h5选项:J 内容:j8j8j8j8
回复讨论(解决方案)
刚刚弄出来你看看:
foreach($a as $v){ if($qid!=$v['ops_qid']){ echo '问题:'.$v['que_content']."<br>"; $qid=$v['ops_qid']; }else{ echo '选项:'.$v['ops_contentoid'].' 内容'.$v['ops_content']."<br>"; }}
貌似要稍加改动:
代码如下:
foreach($a as $v){ if($qid!=$v['ops_qid']){ echo '问题:'.$v['que_content']."<br>"; echo '选项:'.$v['ops_contentoid'].' 内容'.$v['ops_content']."<br>"; $qid=$v['ops_qid']; }else{ echo '选项:'.$v['ops_contentoid'].' 内容'.$v['ops_content']."<br>"; }}
if($qid!=$v['ops_qid'])
$qid是指什么啊?
$qid 是一个临时变量,用于存放上一轮的 ops_qid。这样就可以检查到是否是新问题了
to nowphp
为什么要改成 #2 的样子,将 #1 的 else 删掉不就可以了吗?
$qid 是一个临时变量,用于存放上一轮的 ops_qid。这样就可以检查到是否是新问题了
to nowphp
为什么要改成 #2 的样子,将 #1 的 else 删掉不就可以了吗? 是的,是的,版主仔细,我粗心了。

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

长URL(通常用关键字和跟踪参数都混乱)可以阻止访问者。 URL缩短脚本提供了解决方案,创建了简洁的链接,非常适合社交媒体和其他平台。 这些脚本对于单个网站很有价值

Laravel使用其直观的闪存方法简化了处理临时会话数据。这非常适合在您的应用程序中显示简短的消息,警报或通知。 默认情况下,数据仅针对后续请求: $请求 -

这是有关用Laravel后端构建React应用程序的系列的第二个也是最后一部分。在该系列的第一部分中,我们使用Laravel为基本的产品上市应用程序创建了一个RESTFUL API。在本教程中,我们将成为开发人员

Laravel 提供简洁的 HTTP 响应模拟语法,简化了 HTTP 交互测试。这种方法显着减少了代码冗余,同时使您的测试模拟更直观。 基本实现提供了多种响应类型快捷方式: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

PHP客户端URL(curl)扩展是开发人员的强大工具,可以与远程服务器和REST API无缝交互。通过利用Libcurl(备受尊敬的多协议文件传输库),PHP curl促进了有效的执行

您是否想为客户最紧迫的问题提供实时的即时解决方案? 实时聊天使您可以与客户进行实时对话,并立即解决他们的问题。它允许您为您的自定义提供更快的服务

2025年的PHP景观调查调查了当前的PHP发展趋势。 它探讨了框架用法,部署方法和挑战,旨在为开发人员和企业提供见解。 该调查预计现代PHP Versio的增长

在本文中,我们将在Laravel Web框架中探索通知系统。 Laravel中的通知系统使您可以通过不同渠道向用户发送通知。今天,我们将讨论您如何发送通知OV
