Home > Q&A > body text
For example, get the id
$Think.get.name
The name has been passed in, but no error is reported and no value is output. Is there any file that is not open?
卖老冰棍的小女孩2020-05-20 15:24:45
$_GET['name'], please check whether the name parameter is passed
$_GET['name'] under * a template is displayed on the page, but $Think.get.name*{:I('get.name')} is not * displayed
After passing parameters, $_GET['name'] can be used normally, but $Think.get.name*{:I('get.name')} does not report an error and the page has no data.
Thank you for your reply. The problem has been solved. $Think has been changed to $Request.
2020-05-20 03:22:16
is not output after getting the name