这个字符如何得不到
程序员文章站
2024-02-16 15:49:16
...
这个字符怎么得不到
我要得到2000000000000
和 34775
------解决方案--------------------
$str = /guang/catalog/dress?cata_id=2000000000000&word=34775&price=all&page=0§ion=hot
KK;
preg_match_all('/cata_id=(.*)&word=(.*)&/isU',$str,$match);
- Java code
$srt = ";print_r($match);exit();
我要得到2000000000000
和 34775
------解决方案--------------------
$str = /guang/catalog/dress?cata_id=2000000000000&word=34775&price=all&page=0§ion=hot
KK;
preg_match_all('/cata_id=(.*)&word=(.*)&/isU',$str,$match);
相关文章
相关视频