How to insert weather forecast into your website

How to insert weather forecast into your website

We hope to insert the weather forecast into the website: the following effect:



Need to insert the following code:

<iframe src="http://www.weather.com.cn/weather/101190801.shtml" width="245" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe>

That link is to the "China Weather" website.

When you need the weather of other cities, replace the string 101190801. So how do I know what string is what city?

For example, when we search for Shanghai, we see the URL is: http://www.weather.com.cn/weather/101020100.shtml

Then you understand! Just replace the original string with the number string after the city you need!

<<:  How to package the docker image, push it to the remote server and deploy it to k8s

>>:  A brief discussion on the solution to the failure of starting the server installation in MySQL

Recommend

How to set a fixed IP address for a VMware virtual machine (graphic tutorial)

1. Select Edit → Virtual Network Editor in the me...

An example of refactoring a jigsaw puzzle game using vue3

Preface It took two days to reconstruct a puzzle ...

Detailed explanation of loop usage in javascript examples

I was bored and sorted out some simple exercises ...

Summary of considerations for writing web front-end code

1. It is best to add a sentence like this before t...

MySQL database rename fast and safe method (3 kinds)

Table of contents How to rename MySQL database Th...

Summary of Node.js service Docker container application practice

This article will not explain the use and install...

Detailed explanation of the use of custom parameters in MySQL

MySQL variables include system variables and syst...

Solution to installing vim in docker container

Table of contents The beginning of the story Inst...

Solution to the problem that the docker container cannot be stopped

The solution is as follows: 1. Force delete conta...

vue.config.js packaging optimization configuration

The information on Baidu is so diverse that it...

Web Design Tutorial (7): Improving Web Design Efficiency

<br />Previous article: Web Design Tutorial ...

Docker nginx implements one host to deploy multiple sites

The virtual machine I rented from a certain site ...

How to deploy hbase using docker

Standalone hbase, let’s talk about it first. Inst...

Detailed explanation of using JavaScript WeakMap

A WeakMap object is a collection of key/value pai...