@if(判断回答内容字数大于200字怎么写)
@endif
php里面字符长度的判断函数是 strlen
@if(strlen('adfasdfadsf')>3) doing something@endif