嘿伙计们,我对 Bootstrap Tagsinput 有问题我正在尝试获取一个数组,其中包含输入文本中的所有标签作为值
<input type="text" name="designation" data-role="tagsinput" id="tags_id">
这是js代码
<script>
$('#tags_id').tagsinput('items');
</script>
当我在输入中插入一些值时,我得到这个“123,2131,12”,但我需要得到这样的东西[“123”,“2131”,“12”],对不起我的英语