China Naming Network - Naming consultation - How to display the weather forecast in Easy Language?

How to display the weather forecast in Easy Language?

Super simple method: add a browsing box, find an online weather forecast, add the address and it’s done

Complex method: read the source code of the web page, segment or regularize the weather information , and then add them to the program one by one

Super complex method: read the web page source code, segment or regularize the weather information, and then draw the weather status by yourself through GDI+