css改变鼠标指针的形状

<html>

<body>
<span style="cursor:auto">
<br />
<span style="cursor:crosshair">
<br />
<span style="cursor:default">
<br />
<span style="cursor:pointer">
<br />
<span style="cursor:move">
<br />
<span style="cursor:e-resize">
<br />
<span style="cursor:ne-resize">
<br />
<span style="cursor:nw-resize">
<br />
<span style="cursor:n-resize">
<br />
<span style="cursor:se-resize">
<br />
<span style="cursor:sw-resize">
<br />
<span style="cursor:s-resize">
<br />
<span style="cursor:w-resize">
<br />
<span style="cursor:text">
<br />
<span style="cursor:wait">
<br />
<span style="cursor:help">

</body>

</html>

看不懂单词的时候测试

原文地址:https://www.cnblogs.com/ll15888/p/11847536.html