function as google chrome bookmark

前端 未结 6 527
梦毁少年i
梦毁少年i 2020-11-30 21:03

Let me first say the problem I have: I need to fill in the same web page a lot of times, and the content that I need to fill in is for the biggest part the same, but is scat

6条回答
  •  一整个雨季
    2020-11-30 21:47

    javascript : { document.getElementById('PlateNo').value='0815';document.getElementById('AppRef').value='013007';document.getElementById('VehicleReg').value='MX53 YMD'; void(0) }
    

提交回复
热议问题