• 2022-07-01
    当用户点击文件名称为“weather.jpg”的图像时,需要将用户点击图像的坐标发送到后台名为"weather.jsp"的程序模块处理,即将图像定义服务器端图像映射,则下面正确的选项为( )。
    A: <;a href="weather.jpg">; <;img src="weather.jsp" ismap />;<;/a>;
    B: <;a href="weather.jsp">; <;img src="weather.jpg" ismap />;<;/a>;
    C: <;a href="weather.jsp">; <;img src="weather.jpg" usemap />;<;/a>;
    D: <;a href="weather.jpg">; <;img src="weather.jsp" usemap />;<;/a>;