Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 每种类型3个不起作用 8888 {statuses.0.comments}_Typo3 - Fatal编程技术网

Typo3 每种类型3个不起作用 8888 {statuses.0.comments}

Typo3 每种类型3个不起作用 8888 {statuses.0.comments},typo3,Typo3,我确信{statuses.0.comments}它不是空数组,但它没有显示任何内容,foreach不工作,请帮助我,哪里有问题 这个循环在另一个foreach循环中,父循环运行良好,但这个子循环不运行(我刚刚使用了变量“comment”,这个变量已经在我的模板中使用了)。这是一个问题 <f:for each="{statuses.0.comments}" as="comment"> 8888 <f:debug>{statuses

我确信{statuses.0.comments}它不是空数组,但它没有显示任何内容,foreach不工作,请帮助我,哪里有问题

这个循环在另一个foreach循环中,父循环运行良好,但这个子循环不运行(我刚刚使用了变量“comment”,这个变量已经在我的模板中使用了)。这是一个问题

    <f:for each="{statuses.0.comments}" as="comment"> 
         8888
        <f:debug>{statuses.0.comments}</f:debug>

    </f:for>