随笔分类 - Js
摘要:1.先新建一个nfc.js文件。 let Context = plus.android.importClass("android.content.Context"); let NfcManager = plus.android.importClass("android.nfc.NfcManager"
阅读全文
摘要:var today = new Date(); var data = today.getFullYear() + "-" + (today.getMonth() + 1) + "-" + today.getDate() + " " + today.getHours() + ":" + today.g
阅读全文