当前位置:网站首页>How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
2022-07-03 08:46:00 【The luckier~】
A word description
- Here are some
Inline code slice.
- input Put it in value Properties of the :<input type="text" value=" Put variables here ">,
Here are some Inline code slice .
textarea Put it in the start and end labels :<textarea> Put variables here </textarea>.
- At that time, the text box did not display the content because it was written like this
- Here are some
Inline code slice.
// An highlighted block
- <textarea value=" Put variables here "></textarea>
, Later I realized textarea Labels and input Different labels (textarea It's a double label ,input It's a single label ). That's it .


边栏推荐
- Development material set
- [concurrent programming] concurrent tool class of thread
- Binary to decimal, decimal to binary
- 【Rust 笔记】07-结构体
- Osganimation library parsing
- 【Rust 笔记】09-特型与泛型
- C language student management system based on linked list, super detailed
- [concurrent programming] explicit lock and AQS
- How does unity fixedupdate call at a fixed frame rate
- OpenGL learning notes
猜你喜欢

22-06-27 西安 redis(01) 安装redis、redis5种常见数据类型的命令

JS non Boolean operation - learning notes

Thymeleaf 404 reports an error: there was unexpected error (type=not found, status=404)

22-06-28 西安 redis(02) 持久化机制、入门使用、事务控制、主从复制机制

Dom4j traverses and updates XML

Life cycle of Servlet
![[concurrent programming] consistency hash](/img/5e/3d0a52caa8ca489a6e6267274bbb39.jpg)
[concurrent programming] consistency hash
![[redis] redis persistent RDB vs AOF (source code)](/img/57/b6a86c49cedee31fc00dc5d1372023.jpg)
[redis] redis persistent RDB vs AOF (source code)

UE4 source code reading_ Mobile synchronization

Notes on understanding applets 2022/7/3
随机推荐
MySQL three logs
JS non Boolean operation - learning notes
Cesium for unreal quick start - simple scenario configuration
[concurrent programming] working mechanism and type of thread pool
Unity editor expansion - window, sub window, menu, right-click menu (context menu)
Unity editor expansion - scrolling list
二进制转十进制,十进制转二进制
Introduction to hexadecimal coding
Unity editor expansion - the framework and context of unity imgui
Markdown directory generation
【Rust 笔记】12-闭包
Redux - learning notes
[rust notes] 09- special types and generics
matlab神經網絡所有傳遞函數(激活函數)公式詳解
[rust notes] 11 practical features
Osgearth topographic shading map drawing
[public key cryptography] ECC elliptic cryptosystem (implementing ElGamal encryption method)
UE4 source code reading_ Bone model and animation system_ Animation compression
Creation of osgearth earth files to the earth ------ osgearth rendering engine series (1)
Concurrent programming (III) detailed explanation of synchronized keyword