This example describes the thinkphp file reference and branching structure usage. Share to everyone for your reference. The specific analysis is as follows:
First, import CSS and JS files
1. CSS Link:
The code is as follows:
JS SRC:
The code is as follows:
2. Import
The code is as follows:
Import the Test.js file in the JS directory under the public folder, the import tag can omit the type attribute, the default is JS
Default is public folder
You can change the default folder settings BasePath properties
3. Load
The code is as follows:
method to automatically detect the imported file type
Two, branch structure
1. If
The code is as follows:
Men are made of mud.
Women are made of water.
Minor
Rushmore
Adult
Add:
> GT
< LTLT
= = EQ
<= ELT
>= EGT
! = NEQ
= = = Heq
!== Nheq
2. Switch
The code is as follows:
To remove the $ sign of the variable in the loop
A monk eats water.
Two monks eating water
Three monks have no water to eat.
Here is the default value
It is hoped that this article will be helpful to everyone's thinkphp framework design.