在plugin目录里面找到 plugin.xml 文件,找到target标签,这个就是在js中调用的name

<js-module src="www/Camera.js" name="camera">
  <clobbers target="navigator.camera" />
</js-module>

相关文章:

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