reply$_GET['name'] under * a template is displayed on the page, but $Think.get.name*{:I('get.name')} is not * displayed
author 2020-05-20 15:28:34
replyAfter 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.
author 2020-05-20 15:30:29
replyThank you for your reply. The problem has been solved. $Think has been changed to $Request.
$_GET['name'], please check whether the name parameter is passed
is not output after getting the name