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.
我正在使用 python 并遇到了这行代码:
a, c = c, getMod(a,c)
我正在尝试将这个程序翻译成 TI-84 语言,但我不知道该怎么做。他们有一个特定的顺序,还是比这更复杂?
getMod() 是我设置的一个函数,在这个场景中并不重要。它返回 a%c。
这称为元组解包。本质上,变量被识别的顺序就是它们被分配的顺序。
那行代码在语义上等于:
a = c c = getMod(a, c)
我无法使用 globalFilter 数据更新输入文本。
我可以在 bean 中看到 globalFilter 值,并且我还使用 Firebug 检查我使用了正确的 id,但 play 值仍然为空。
<p:dataTable id="osTable" var="object"