发布网友 发布时间:2022-11-03 05:20
共2个回答
热心网友 时间:2023-10-28 15:24
cursor的意思:光标。
读音:英[ˈkɜːsər]、美[ˈkɜːrsər]。
释义:n. 光标;(计算尺的)[计] 游标,指针。
变形:复数cursors。
cursor造句如下:
1、You can move the cursor by using the mouse.
你可以使用鼠标来移动光标。
2、He moves the cursor, clicks the mouse.
他移动光标,点击鼠标。
3、A cursor around the target tells us he did it correctly.
目标点周围的光标告诉我们他做对了。
4、Locks any row accessed by a transaction of an application while the cursor is positioned on the row.
在游标定位在行中时,锁定这个被应用程序的某个事务访问的任何一行。
5、If you hover over the icon or space to the right of the label, you will not see the disabled cursor style.
如果将鼠标悬浮于图标或该标签右侧的空白处,将看不到这个禁用了的光标样式。
热心网友 时间:2023-10-28 15:25
Cursor是网页制作CSS中的光标类型,与图标文件Icon一样,是特殊类型的小位图。文件拓展名 扩展名一般为.cur。与图标文件Icon一样,是特殊类型的小位图,但是光标包含热点,通过其X和Y坐标可跟踪光标位置的像素。
操作类
向上改变大小(North) cursor: n-resize;
向下改变大小(South) cursor: s-resize;
向右改变大小(East) cursor: e-resize;
向左改变大小(West) cursor: w-resize;
向上右改变大小(North East) cursor: ne-resize;
向上左改变大小(North West) cursor: nw-resize;
向下右改变大小(South East) cursor: se-resize;
向下左改变大小(South West) cursor: sw-resize。