如何刷新下拉框值的当前URL onchnage,我尝试了以下但似乎有错误
<select id='account-select-box' onchange='window.location ='+document.URL+';'>
<option selected>Link 1</option>
<option >Link 2</option>
<option >Link 3</option>
</select>
错误未捕获 SyntaxError: Unexpected token }