在dagger2主页上,它建议使用注释@FragmentKey来注入Fragment。但是这个片段在android.app包下,但是我们通常使用android.support.v4.app包下的Fragment,那么,如何解决这个问题?
答案 0 :(得分:3)
$array= array(200+ values);
foreach ($array as $word)
{
$pattern='<\b(?:'.$word.')\b>i';
preg_match_all($pattern, $text, $matches);
$fields['skill'][] = $matches[0][0];
}
库专为此而设计。请参阅the user guide (under "Android" -> "Support Libraries"),the javadoc和the code。