10.7. Markdown link

发布时间 : 2025-10-25 13:35:38 UTC      

Page Views: 9 views

The link is used as follows:

[链接名称](链接地址) 或者 <链接地址> 

For example:

这是一个链接 [菜鸟教程](https://www.runoob.com) 

The display results are as follows:

image0

Use the link address directly:

<https://www.runoob.com> 

The display results are as follows:

image1

10.7.1. Advanced links

We can set a link through the variable, and the variable assignment is done at the end of the document:

这个链接用 1 作为网址变量 [Google][1] 这个链接用 runoob 作为网址变量 [Runoob][runoob] 然后在文档的结尾为变量赋值(网址) [1]: http://www.google.com/ [runoob]: http://www.runoob.com/ 

The display results are as follows:

image2

《地理信息系统原理、技术与方法》  97

最近几年来,地理信息系统无论是在理论上还是应用上都处在一个飞速发展的阶段。 GIS被应用于多个领域的建模和决策支持,如城市管理、区划、环境整治等等,地理信息成为信息时代重要的组成部分之一; “数字地球”概念的提出,更进一步推动了作为其技术支撑的GIS的发展。 与此同时,一些学者致力于相关的理论研究,如空间感知、空间数据误差、空间关系的形式化等等。 这恰好说明了地理信息系统作为应用技术和学科的两个方面,并且这两个方面构成了相互促进的发展过程。