1.
1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <html> 5 <head> 6 <style type="text/css"> 7 img 8 { 9 position:absolute; 10 clip:rect(80px 200px 200px 0px) 11 } 12 </style> 13 </head> 14 <body> 15 <p><img border="0" src="./1.jpg" width="300px" height="300px"></p> 16 </body> 17 </html>
浙公网安备 33010602011771号