标签: php preg-match
我试图获取有序列表中的所有li但我无法定义模式,我正在使用正则表达式引用但我不知道如何准确应用它
preg_match('/<li (.*)>(.*)<\/li>/i', $html, $ol);