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:
Copy the Code code as follows:
JS SRC:
Copy the Code code as follows:
2. Import
Copy the code as follows ://Import the public folder in the JS directory under the Test.js file, 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
Copy the code as follows://method can automatically detect the imported file type
Two, branch structure
1. If
Copy the Code code 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
Copy the code as follows: //loop to remove the variable's $ symbol
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.