Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个文本框和一个取消按钮/取消图像重叠在它的右侧,并且应该清除它的点击事件上的文本框数据。我该如何实施?
您可以将图像相对定位在文本框上,在 jquery 或 javascript 中处理该图像的单击事件以清除文本框的文本。