摘要:
if (!HTMLElement.prototype.addTapEvent) { HTMLElement.prototype.addTapEvent = function(callback) { var tapStartTime = 0, tapEndTime = 0, tapTime = 500 阅读全文
摘要:
function copyText(){ var CopyBtn=document.getElementById('CopyBtn'); var $=function(id){return "string" == typeof id ? document.getElementById(id) : i 阅读全文