为了账号安全,请及时绑定邮箱和手机立即绑定

Chrome:出错

This page contains the following errors:

error on line 2 at column 1: Extra content at the end of the document

Below is a rendering of the page up to the first error.

请问老师这是怎么回事?

正在回答

3 回答

解决了 

public static function xmlToEncode($data){

$xml="";

foreach($data as $key=>$value){

$arr="";

if(is_numeric($key){

$arr.="<item>";

}


$xml.="<{$key}>";

//$xml.=$value这样写就会报错误,改成下面

$xml.=is_array($value)?self::xmlToEncode($value):$value;

$xml.="</{$key}>\n";

}


0 回复 有任何疑惑可以回复我~

我也是这个问题

This page contains the following errors:

error on line 2 at column 1: Extra content at the end of the document

Below is a rendering of the page up to the first error.

怎么解决的

0 回复 有任何疑惑可以回复我~

已解决,发完问题才看到优化后的代码!谢谢老师!

0 回复 有任何疑惑可以回复我~
#1

扣子and

请问是什么问题呢,我用谷歌浏览器也遇到这个问题了
2015-06-03 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
PHP开发APP接口
  • 参与学习       79185    人
  • 解答问题       599    个

APP通信接口技术,不得不掌握的法宝,学完之后你会受益良多

进入课程

Chrome:出错

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信