Merge branch 'renlixin'

This commit is contained in:
2022-02-15 17:25:16 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ echo '设备<input id="sensor" name="sensor" type="text" list="typelist" placeho
  <option>OSIFAlpha</option>
<option>OSIFBeta</option>
</datalist>';
echo '尼特 <input type="number" name="nite" id="nite"/>'
echo '尼特 <input type="number" name="nite" id="nite"/>';
echo '<input id="p" name="p" type="hidden" value="'.$a.'">';
echo '<input type="submit" value="定标">';