a标签href跳转---传值---禁止单引号


禁止加单引号1  href传参的值  (&t_type='航班') 错误

<a href="check_apply?applyid=<?=$applyid?>&applyitem_id=<?=$applyitem_id;?>&t_type=航班&date=<?=$v['date'];?>">

禁止加单引号2   

$small = date('H:i',strtotime( ' -30 minute ', strtotime($small)));  //需要加单引号.表示字符串

$arrivedatetime =date('Y-m-d H:i',strtotime(  "+ ".$run_time_minute." minute"  ,strtotime($datetime_))); 

//字符串拼接,已经解析成字符串,禁止加单引号

strtotime(  "  ' +  ".$run_time_minute." minute ' "  ,time())


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM