<html>
<head>
<style>
img {
filter: hue-rotate(90deg);
}
</style>
</head>
<body>
<h1>filter 过滤器属性</h1>
<p>在图像上应用色调旋转:</p>
<img src="pineapple.jpg" alt="菠萝" width="300" height="300">
<p><strong>注意:</strong>过滤器属性 filter 在 Edge 12 或 Internet Explorer 中不受支持。</p>
</body>
</html>