Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来使用 textarea 并获取用逗号分隔的值,然后将它们放入数组中。
真的,我正在寻找如何自动格式化 textarea 以便当用户在其中键入内容时强制或逗号中断。我想使用自动完成,但我没有数据可以检查它,因为这将是一个新用户注册。
最好的方法是什么?
var text = $('#mytextarea').val().split(" ");
你可以使用这个插件来强制分离 textarea 中的项目