How does the FLASK backend read multiple options selected by front-end bootstrap-select users?

novice, who is trying to write a project by himself with flask, uses bootstrap-select "s drop-down multi-selection menu to pass parameters from the background to option display list. There is no problem with the multi-selection function, but he does not know how to pass multiple options selected by the user to the background for advice.

the template is as follows:

<div class="selector">
    <select class="selectpicker" multiple data-live-search="true" data-selected-text-format="count > 3" data-actions-box="true">
    {% for HI in HIs %}
        <option value="{{ user.username }}">{{ user.username }}</option>
    {% endfor %}
    </select>
</div>

  1. you can use html from form
  2. you can use ajax

https://blog.csdn.net/t1anyua.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b306bf-2aa58.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b306bf-2aa58.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?