当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM lowsrc属性
The lowsrc property sets or returns a URL to a low-resolution version of an image.
lowsrc属性可设置或返回分辨率比较低的图片的URL
imageObject.lowsrc=URL |
The following example creates a link to the low-resolution version of the image:
为分辨率较低的图片建立链接:
<html> <script type="text/javascript"> </body> |
Create a link to the low-resolution version of an image
建立一个连接到低分辨率图片的链接