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

两个输出结果一样,但为啥一个判对一个判错呢

用的$pattern="/<li>(.*?)<\/li>/";都一样,输出$matches[0]和$matches[1]结果是一样的


$pattern="/<li>(.*?)<\/li>/";

preg_match_all($pattern,$str,$matches);

print_r($matches[0]);


$pattern="/<li>(.*?)<\/li>/";

preg_match_all($pattern,$str,$matches);

print_r($matches[1]);


正在回答

1 回答

str中只有一个能匹配上

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

举报

0/150
提交
取消

两个输出结果一样,但为啥一个判对一个判错呢

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