thinkphp表单提交问题



 请问:
  第八行:<form action="<{U(User/updateHandle)}>" method="POST">
  想要把该页表单数据提交到User控制器的updateHandle方法中进行数据处理,表单的action地址应该如何写? 上文这样写,应该是错的。
  谢谢。

另外:贴了半天代码贴不上来,贴上来就有很多代码不显示,只好截图。
怎么贴上来完整的代码,需要使用什么标签?
谢谢


图片描述

thinkphp

Jesen9 9 years, 9 months ago

题主很不细心呢。。<{:U(User/updateHandle)}>。。。。。。。。。。

Kisai answered 9 years, 9 months ago

<{:U(User/updateHandle)}>

casvan answered 9 years, 9 months ago

Your Answer