代码示例:(标识:css_clip)
<!DOCTYPE html>
<html>
<head>
<style>
img {
  position: absolute;
  clip: rect(0px,60px,200px,0px);
}
</style>
</head>
<body>

<img src="/logo.png" width="188" height="267">

</body>
</html>
运行结果: