问大家一下。 if(strpos($name,'test')!==false){ 我把它改成了 if(strpos($name,'$test')!==false){ test从表单获取,怎么不行了? 谁能告诉我错在哪里吗?