Move variables down into loop where they're used
These variables aren't used outside of this for loop, so they should be declared within it.
正在显示
请
注册
或者
登录
后发表评论
These variables aren't used outside of this for loop, so they should be declared within it.