04 2021 档案

摘要:overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; 阅读全文
posted @ 2021-04-26 17:15 A-zero 阅读(279) 评论(0) 推荐(0)
摘要:<audio src="@/assets/1291007551.mp3" @timeupdate="getCurr" @pause="is_stop=true" @play="is_stop=false" autoplay="autoplay" ref="audio" @canplay="showL 阅读全文
posted @ 2021-04-21 17:56 A-zero 阅读(5540) 评论(1) 推荐(1)
摘要:$.ajax({ url: 'http://api.map.baidu.com/direction/v2/transit', type: 'GET', data: { origin: '29.595443,103.49283',//起点坐标字符串 destination: '29.573827,10 阅读全文
posted @ 2021-04-16 09:23 A-zero 阅读(230) 评论(0) 推荐(0)
摘要:function MySocket(path){ this.path=path var that=this this.timer=null this.tout=null this.init=function() { if (typeof(WebSocket) "undefined") { alert 阅读全文
posted @ 2021-04-02 15:23 A-zero 阅读(458) 评论(0) 推荐(0)