文本区域中字符的绝对位置
是否可以获取文本区域中字符的绝对位置?
Is it possible to get absolute position of character in a textarea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以获取文本区域中字符的绝对位置?
Is it possible to get absolute position of character in a textarea?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
是的,但它比应有的要复杂得多。
有一个演示准确演示了此功能,所使用的方法在此相关问题。
Yes, but it's much more complicated than it should be.
There is a demo demonstrating exactly this functionality, and the method used is discussed in this related question.
理论上是可以的,需要模拟浏览器的文本渲染!但这太复杂了,我什至不会开始考虑它:)
Theoretically yes, it is possible, you need to simulate browser's text rendering! But that would be so complicated that I would never even start thinking about it :)