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.
我曾尝试使用 var b = button1.getText()在limejs 中获取按钮的文本,但它似乎不起作用。任何人都可以帮忙吗?
var b = button1.getText()
Glossy Button没有按原样的 getText 方法,但如果需要,您可以更改库并创建它。我不确定您为什么要获取按钮的文本,但是,这对我来说似乎微不足道,因为它大多是硬编码的。您还可以为按钮设置一个侦听器,然后将一个变量设置为您最初放置在按钮中的文本。
在提出这样的问题之前,请先看一下 LimeJS 的文档,你很容易就发现了问题:)