|
{for match in arrData}
{if match_index != 0}
${match.hostTeam}
${match.nHGoal}:${match.nVGoal}
${match.visitingTeam}
{else}
${match.hostTeam}
${match.nHGoal}:${match.nVGoal}
${match.visitingTeam}
{/if}
{/for}
|
{for match in arrData}
{if match_index != 0}
{else}
{/if}
| ${match.hostTeam} |
|
${match.visitingTeam} |
| ${match.nHGoal} |
进球 |
${match.nVGoal} |
| ${match.nHContralRate}% |
控球率 |
${match.nVContralRate}% |
| ${match.nHShoot} |
射门数 |
${match.nVShoot} |
| ${match.nHExact} |
射正 |
${match.nVExact} |
| ${match.nHCatched} |
射门被封堵 |
${match.nVCatched} |
| ${match.nHFarShoot} |
远射 |
${match.nVFarShoot} |
| ${match.nHCorner} |
角球 |
${match.nHCorner} |
| ${match.nHFrontRandom} |
前场任意球 |
${match.nVFrontRandom} |
| ${match.nH30Random} |
前场30米任意球 |
${match.nV30Random} |
| ${match.nHBackRandom} |
后场任意球 |
${match.nVBackRandom} |
| ${match.nHOutside} |
界外球 |
${match.nVOutside} |
| ${match.nHOffend} |
犯规 |
${match.nVOffend} |
| ${match.nHOffside} |
越位 |
${match.nVOffside} |
| ${match.nHYellow} |
黄牌 |
${match.nVYellow} |
| ${match.nHRed} |
红牌 |
${match.nVRed} |
| ${match.nHAttack30} |
攻入前场30米区域 |
${match.nVAttack30} |
{/for}
|