$line = "30,[CVS Core] server dot cvsignore file should be considered by client (1GCC6MB),jean-michel_lemieux@ca.ibm.com,expert,platform-vcm-inbox@eclipse.org";
list($bugId,$bugText,$dupId,$submitId,$submitExpert,$bugFixerId) = split(",", $line);
echo $bugId.",";
echo $submitId.",";
echo $submitExpert.",";
echo $bugFixerId.",";
echo $bugText;
这是我的 php 代码,但我不知道为什么它显示 Undefined offset: 5
这是结果
30,expert,platform-vcm-inbox@eclipse.org,,[CVS Core]服务器点cvsignore文件,客户端需要考虑(1GCC6MB)
我不知道发生了什么。
谢谢