摘要:
function getBrowserInfo() { var ua = navigator.userAgent.toLocaleLowerCase(); var browserType = null; if (ua.match(/msie/) != null || ua.match(/trident/) != null) { browserType = "IE"; ... 阅读全文
posted @ 2019-01-02 15:19
曾经的水哥
阅读(1102)
评论(1)
推荐(0)

浙公网安备 33010602011771号