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.
我已经创建了一张卡片并已经展示了它。现在我想在它的视图中更改它的一些文本。我可以做类似的事情card.body = "blah blah"吗?我该如何更新它?
card.body = "blah blah"
写吧:
card.body("my new body");
此语法可用于更改所有 Pebble.js 窗口和元素上的任何属性。