小程序自定義時間控件

js: // page/client/pages/bring-watch/bring-watch.js const app=getApp(); const date= new Date(); const hours = []; const minutes = []; for ( let i = 0; i <= 23; i++) { hours.push(i) } for ( let i = 0;
相關文章
相關標籤/搜索