<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">
0<input type="range" id="a" value="50">100
+
<input type="number" id="b" value="50">
=
<output name="x" for="a b"></output>
</form>
效果:
+ output" /> + output - 码农公寓" />
2023-10-01 23:52:46
<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">
0<input type="range" id="a" value="50">100
+
<input type="number" id="b" value="50">
=
<output name="x" for="a b"></output>
</form>
效果: