12 2019 档案
摘要:<div style="width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;" :title="item.address"> <span>地址:</span><span>{{item.address}}</span
阅读全文
摘要:Date.prototype.format = function (fmt) { var o = { 'M+': this.getMonth() + 1, // 月份 'd+': this.getDate(), // 日 'h+': this.getHours(), // 小时 'm+': this
阅读全文
摘要:1、HTML <audio ref='audio' > <source type="audio/mpeg"></audio> 2、script data () { return { src: '', alarmSrc: [ {src: '/static/audio/callalarm.mp3'},
阅读全文