1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,user-scalable=no"><link rel="shortcut icon" href=/favicon.ico><title>神英优选</title><link href=/view_store/css/chunk-vendors.9ff02331.css rel=stylesheet><link href=/view_store/css/app.cb9d333a.css rel=stylesheet></head><body><noscript><strong>请开启 JavaScript 功能来使用 神英优选。</strong></noscript><iframe id=IEIframe style="display: none;" width=100% height=100% src=/static/ie.html frameborder=0></iframe><div id=app></div><script src=/view_store/js/chunk-vendors.6e04ce8e.js></script><script src=/view_store/js/app.4ef68614.js></script></body><script>function IEVersion() {
- var userAgent = navigator.userAgent;
- var isIE =
- userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1;
- if (isIE) {
- return true;
- } else {
- return false;
- }
- }
-
- if (IEVersion()) {
- document.querySelector('#IEIframe').style.display = 'block'
- document.querySelector('#app').style.display = 'none'
- }
-
- if (window.HTMLElement) {
- if (Object.getOwnPropertyNames(HTMLElement.prototype).indexOf('dataset') === -1) {
- Object.defineProperty(HTMLElement.prototype, 'dataset', {
- get: function () {
- var attributes = this.attributes
- var name = []
- var value = []
- var obj = {}
- for (var i = 0; i < attributes.length; i++) {
- if (attributes[i].nodeName.slice(0, 5) === 'data-') {
-
- name.push(attributes[i].nodeName.slice(5));
-
- value.push(attributes[i].nodeValue);
- }
- }
- for (var j = 0; j < name.length; j++) {
- obj[name[j]] = value[j];
- }
- return obj
- }
- })
- }
- }</script></html>
|