• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

数组赋值的问题

php 搞代码 4年前 (2022-01-23) 10次浏览 已收录 0个评论
文章目录[隐藏]
public function setParm($parameter, $value) {		$this->parameter[$parameter] = $value;		return $this;	}function getur<a>本2文来*源gao($daima.com搞@代@#码(网</a><strong>搞gaodaima代码</strong>l($type){     $this->setproductparm($type);     return $this->getData();     }     private function setproductparm($urltype){     $this->parameter=array();     $this->type="";     $this->setParm("Marketplace",self::marketplaceId);     $this->version="2009-01-01";     switch ($urltype){        case "RequestReport":                $this->setParm("Action","RequestReport");            $this->setParm("ReportType","_GET_MERCHANT_LISTINGS_DATA_");        break;        case "GetReportList":              $this->setParm("Action","GetReportList");               $this->setParm("ReportRequestIdList.Id.1",$this->ReportRequestId);        break;        case "GetReport":              $this->setParm("Action","GetReport");               $this->setParm("ReportId",$this->ReportId);          break;                                   }             }

$url1=$aa->geturl(“RequestReport”);
$url2=$aa->geturl(“GetReportList”);
$url3=$aa->geturl(“GetReport”);

我明明每次执行前都清除了数组
$this->parameter=array();
但输出时,每次数组都包含了上次所赋的值。
每次结果:
$url1:ReportType=_GET_MERCHANT_LISTINGS_DATA_
$url2:ReportType=_GET_MERCHANT_LISTINGS_DATA_&ReportRequestIdList.Id.1=123456
$url3:ReportType=_GET_MERCHANT_LISTINGS_DATA_&ReportRequestIdList.Id.1=123456&ReportId=123456

请问是哪里的问题啊???

回复讨论(解决方案)

你没有给出 getData 的定义,不好说

//看看是不是下面的方法哪里处理了getData();

搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:数组赋值的问题
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址