$a="123456789.exe";if(strstr($a,"exe")){echo "exe\n";}elseif(strstr($a,"123")){echo "一二三\n";}else{echo "全无";}?>