随笔分类 -  Js

摘要:1.先新建一个nfc.js文件。 let Context = plus.android.importClass("android.content.Context"); let NfcManager = plus.android.importClass("android.nfc.NfcManager" 阅读全文
posted @ 2021-07-26 10:00 王彬-效率开发 阅读(2556) 评论(1) 推荐(1)
摘要:var today = new Date(); var data = today.getFullYear() + "-" + (today.getMonth() + 1) + "-" + today.getDate() + " " + today.getHours() + ":" + today.g 阅读全文
posted @ 2021-06-30 14:38 王彬-效率开发 阅读(123) 评论(0) 推荐(0)