thinkphp label problem syntax I want to output {How do I do it before a tag?
thinkphp label problem syntax I want to output {How do I do it before a tag?
Originally this {$ppvod. Vod_readurl} can be interpreted in the template as: Http://XXXX, but I add a {
Can not be interpreted as normal, the direct output is {{$ppvod. Vod_readurl}.
How can I output {Http://XXXX into this?
------Solution--------------------
{ {$ppvod. Vod_readurl} ...
------Solution--------------------
Upstairs positive solution
Resources:
You can use literal tags to prevent template labels from being parsed, such as:
Value1
value2
Value3
The IF tag above is included with the literal tag, so the contents of the IF tag are not parsed by the template engine, but are output as-is.
The literal tag can be used outside the JS code of the page to ensure that some usage and template engine in the JS code is not confusing.