Record#
- I haven't been feeling well and have been busy with too many things in the past two weeks, which has caused a lot of delays in this learning plan. I will catch up starting today!
- Today's exercise is to create a personal blog page with login and publishing functionality.
- There were several issues encountered during this exercise:
- When redirecting, use "return".
- When storing data in the database, if the value is "", it will be treated as a string because it is wrapped in quotes. Therefore, when storing in JSON format, there must be no quotes on the outside.
- The indentation of the code after a loop or if statement must be correct, and understanding of the for loop needs to be strengthened.