时间:2021-07-01 10:21:17 帮助过:17人阅读
display(Mobile);	}    public function tbid(){		/*$TBID=M("tbid");		$data=$TBID->where('id=1')->find();		print_r($data);		echo I(post)."
";*/		$this->display(Tbid);		}	public function see(){			echo "saf";			print_r(I('post.search','kong'));			print_r(I('post.','kong'));			echo $_POST['search'].'asf';		}}  		        	                         	 {tbid_result}                      
  xu版大大什么时候都有招  
 话说直接用I('search')获取就可以了吧,至少我这边一直没出过问题,难道$_POST都是空的?? 
  I 函数数怎么定义的?  
 贴出来看看 
  在使用thinkphp和jquery mobile进行一个网站开发过程中,遇到了form post方式无法取值的情况,  
  
 解决方法为在form表单加上data-ajax="false",  
  
 原因是jquery mobile默认使用ajax进行数据提交。  
  
 解决科、!!! 
   I 函数数怎么定义的?   
 贴出来看看