这是代码:
<fb:serverFbml width="650" "margin-left: 10px;" >
<script type="text/fbml">
<fb:fbml>
<fb:request-form
action= "<?=$action?>"
target= "<?=$target?>"
method= "<?=$method?>"
invite= <?=$invite?>
type= "<?=$type?>"
label = "<?=$label?>"
content="<?=$content?>"
exclude_ids = "12312345,2345235"
>
<fb:multi-friend-selector showborder="false" actiontext= "Invite your friends" rows="5" cols="5" bypass="skip" target="_top" />
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
一切都被渲染得很好,但是 FBML 没有排除参数 exclude_ids 中提到的 IDS,并且它在朋友选择器的普通版本和压缩版本中都不起作用。任何人都可以帮我解决它吗?