键盘怎么操作啊

非手机的输入键盘 输入的问题 记录(说不定以后会碰到)

 


非手机的输入键盘 输入的问题 记录(说不定以后会碰到)
【总监】[python]北京●Aib(2925725083) 2018/1/4 17:22:10
adb shell input keyevent 按键id
adb shell input text "要输入的文字" 。(网上看的) 。 http://blog.sina.com.cn/s/blog_628b45090101qmm6.html
os.system('adb shell input keyevent 4')
#点击键盘

相关文章:

  • 2022-12-23
  • 2022-01-02
  • 2021-07-14
  • 2021-08-11
  • 2022-12-23
  • 2021-04-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案