07 2014 档案
摘要:報錯異常:The underlying connection was closed: Could not establish trust relationship for SSL/TLS secure channel(中文版為: 基礎連接已關閉: 無法為 SSL/TLS 安全通道建立信任關係。)We...
阅读全文
摘要:function myAddEvent(obj, sEv, fn) { if (obj.attachEvent) { obj.attachEvent('on' + sEv, fn) } else { obj.addEventListener(sEv, fn, ...
阅读全文