如何为 iframe 中的图像设置放大/缩小?
<iframe src="http://localhost:8080/Folder/images/image.jpg?>"
style="width:750px;height:580px; " frameborder="0"></iframe>
这是我的要求,一方面我想显示图像或 pdf,另一方面用户想在文本框中填写 pdf/图像的详细信息。
如何为 iframe 中的图像设置放大/缩小?
<iframe src="http://localhost:8080/Folder/images/image.jpg?>"
style="width:750px;height:580px; " frameborder="0"></iframe>
这是我的要求,一方面我想显示图像或 pdf,另一方面用户想在文本框中填写 pdf/图像的详细信息。