标签: jquery security selector sanitize
在这样的jQuery元素选择器中使用用户输入是否安全:
$(".only-show-for-mode-" + mode).removeClass("hidden")
mode是来自用户输入还是来自http查询?
mode