您好......我正面临一个未定义的偏移问题:第3行中的1个.我无法理解它是什么类型的错误.任何人都可以告诉我为什么这样的错误发生在PHP中
行中未定义的偏移量:3
foreach ($lines as $line)
{
list($var,$value) = explode('=', $line); //line 3
$data[$var] = $value;
}
Run Code Online (Sandbox Code Playgroud) Exception: GAPI: Failed to request account data. Error:
" Error 404 (Not Found)!!1 *
{
margin: 0;
padding: 0;
}
html,
code { font: 15px/22px arial,sans-serif }
html {
background: #fff;
color: #222;
padding: 15px;
}
body {
margin: 7% auto 0;
max-width: 390px;
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
background: url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;
padding-right: 205px;
}
p {
margin: 11px 0 22px;
overflow: hidden;
}
ins {
color: #777;
text-decoration: none;
}
a …Run Code Online (Sandbox Code Playgroud)