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.
当我尝试更改标签内的文本时,我收到一条错误消息,例如 Unexpected call to method or property access.
Unexpected call to method or property access.
使用的代码:
$("#lableText").text('12')
或者
$("#lableText").text(numberOfPages)
有人可以帮助我吗?
似乎工作正常,也许 $ 被另一个图书馆劫持了?做什么jQuery("#lableText").text('12')?
jQuery("#lableText").text('12')