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.
有没有办法在运行时获取动态文本框的大小?
当然,要么用它的textWidth / textHeight属性来表示它的可见大小,要么用它的宽度/高度属性来表示边界框的大小。