我正在尝试从GitHub打开一些开源项目,但是这些项目都没有起作用,我尝试了10多个应用程序,但所有应用程序都出现错误。这是我在RocketChat应用中遇到的一些错误。TypeError: 'function' object is not iterable' Python 3, this is the ios error, Android error
这是Facebook创建的F8应用的另一个示例 I cloned the app from this page, this is the android error
答案 0 :(得分:0)
克隆项目后,您需要>>> class Foo() {}
>>> $v = (object)[42];
>>> $a = [1, 1, 2, 3, 5, Foo::class, 'o_o', $v]
>>> $b = [1, 1, 2, 3, 5, Foo::class, 'o_o', $v]
>>> $data[serialize($a)] = 42;
>>> echo $data[serialize($b)]
42
。