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.
为什么eval()在 QML 中使用 JS 中的函数时会收到此消息?
eval()
text_123当我只知道它的 ID 时,我还能如何引用一个对象:“123”?
text_123
每个对象都属于一个父对象。
在网站中,根元素是窗口。
如果你定义了一个全局对象,你可以这样做:
window["text_" + 123]
为了访问该变量。