如何在html中调用js中的变量获取其值

<--html-->




<---js-->
var item = getQueryString("item");
document.getElementById('s1').value = item;

你可能感兴趣的:(如何在html中调用js中的变量获取其值)