跑步 ”
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <style> img { position: absolute; clip: rect(0px,60px,200px,0px); } </style> </head> <body> <img src="../images/w3css.gif" width="100" height="140"> </body> </html>