<!DOCTYPE html>
<html>
<head>
<style>
img {
clip-path: circle(50%);
}
</style>
</head>
<body>
<h1>circle() 函数</h1>
<img src="/i/photo/tulip.jpg" alt="Tulip" width="300" height="300">
</body>
</html>