🌈 搜索
📅  最后修改于: 2022-03-11 14:53:48.845000             🧑  作者: Mango
$mystr = 'abc'; $findMe = 'a'; $position = strpos($mystr, $findMe);