而不是
<script>var tagboardOptions = {
tagboard:"namo/160501",
postCount: 3,
mobilePostCount: 4};
</script>
我想要
<script>var tagboardOptions = {
tagboard:"${properties.tagboardLocationPath"},
postCount: "${properties.postCount}",
mobilePostCount: "${properties.mobilePostCount}"};
</script>
然而它不起作用......任何想法如何动态传递标签值?