tp6's $Think gets the value but does not output it
  
   2020-05-20 03:20:49
0
5
1469

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?

  
  

reply all(2)
纠结的肉夹馍

$_GET['name'], please check whether the name parameter is passed

  • 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
  • reply 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.
       author 2020-05-20 15:30:29
  • reply Thank you for your reply. The problem has been solved. $Think has been changed to $Request.
       author 2020-05-20 15:40:44
  

is not output after getting the name

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template