html第二次

This commit is contained in:
2021-12-23 14:43:26 +08:00
parent 3f620a2243
commit 2f4b1b5a71
3 changed files with 25 additions and 0 deletions

View File

@ -37,4 +37,9 @@ function getinit()
{
httpget("/php/GetIniFile.php",datad,getDevinfoRetrun)
}
function rebootclicked()
{
alert("reboot")
}
window.onload=getinit;