HTML:
5条回答 情歌与酒 (楼主) 2020-12-01 14:41 The simplest solution to this issue is to just add cursor: pointer; to the style (CSS) of the element that you are targeting. #button1 { cursor: pointer; } Alternatively, this could be added inline: Option 1 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
The simplest solution to this issue is to just add cursor: pointer; to the style (CSS) of the element that you are targeting.
cursor: pointer;
#button1 { cursor: pointer; }
Alternatively, this could be added inline:
Option 1