logo

Crowdly

Browser

Add to Chrome

チェックボックス name="tag" を複数選択し、テンプレートに渡す(1)に当てはまるものを選びなさい。 フォーム側 <input type="ch...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

チェックボックス name="tag" を複数選択し、テンプレートに渡す(1)に当てはまるものを選びなさい。

フォーム側

<input type="checkbox" name="tag" value="x">X

<input type="checkbox" name="tag" value="y">Y

<input type="checkbox" name="tag" value="z">Z

Flask側

tags = (1)

return render_template('echo.html', tags=tags)

More questions like this

Want instant access to all verified answers on blend.el-kait.jp?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome