This is how you should solve the problem:
1. Try your best to check your code to see if there are any low-level errors;
2. Google (you must know this, it is a basic skill...)
3. If you really can’t find the error, ask your friends and colleagues around you (sometimes you can’t see the error yourself for a long time, they may see it at a glance)
4. Go to relevant websites to ask questions, such as stackoverflow, segmentfault, etc.
type is not tpye....
This is how you should solve the problem:
1. Try your best to check your code to see if there are any low-level errors;
2. Google (you must know this, it is a basic skill...)
3. If you really can’t find the error, ask your friends and colleagues around you (sometimes you can’t see the error yourself for a long time, they may see it at a glance)
4. Go to relevant websites to ask questions, such as stackoverflow, segmentfault, etc.
Only in this way can you improve faster. . .
Sexy year! You misspelled the word. . . It’s type, not tye...
type....
...type
It is recommended that you change to an IDE with spell checking, such as PHPStorm, otherwise you will encounter this bug again in the future.