Framelayout刷卡刷新错误1

时间:2018-06-12 15:00:10

标签: android

这是我的xml布局,当出现Fragement错误时, 这是我的xml布局,当出现Fragement错误时, 这是我的xml布局,当出现Fragement错误时,

foreach($CDNA_new as $t){
    $match = null;    // Reset value for match
    # Go through the specie array
    foreach ($csv_specie as $c){
        # Find specie in string
        if (strpos($t, $c) !== FALSE ){
            $match = $c;
            break;       // Don't carry on if you found a match
        }
    }
    # If no match found set values to missing values
    if ($match == null){
        $match = "NA";
    }
    echo "----------------------".  "<br \>\n";
    echo '+'.$match.  "<br \>\n";
    echo '+'.$t.  "<br \>\n";
    # Work further with the values to retrieve gene ID using eSearch
}

0 个答案:

没有答案