摘要: Toast(msg, duration) { duration = isNaN(duration) ? 3000 : duration; var m = document.createElement("div"); m.innerHTML = msg; m.style.cssText = "max- 阅读全文
posted @ 2020-07-24 14:13 Observer_Dep 阅读(133) 评论(0) 推荐(0)