马德里竞技携手星空平台公布官方合作 - 星空平台

马德里竞技携手星空平台公布官方合作邮箱客户端配置:

接收邮件服务器:mail.stu.hebust.edu.cn,SSL加密端口为995,发送邮件服务器:mail.stu.hebust.edu.cn,SSL加密端口为994或465

教工邮箱客户端配置:

接收邮件服务器:mail.hebust.edu.cn,SSL加密端口为995,发送邮件服务器:mail.hebust.edu.cn,SSL加密端口为994或465

X

\s*$/g; function manipulationTarget(elem, content) { if (nodeName(elem, "table") && nodeName(content.nodeType !== 11 ? content : content.firstChild, "tr")) { return jQuery(elem).children("tbody")[0] || elem } return elem } function disableScript(elem) { elem.type = (elem.getAttribute("type") !== null) + "/" + elem.type; return elem } function restoreScript(elem) { if ((elem.type || "").slice(0, 5) === "true/") { elem.type = elem.type.slice(5) } else { elem.removeAttribute("type") } return elem } function cloneCopyEvent(src, dest) { var i, l, type, pdataOld, udataOld, udataCur, events; if (dest.nodeType !== 1) { return } if (dataPriv.hasData(src)) { pdataOld = dataPriv.get(src); events = pdataOld.events; if (events) { dataPriv.remove(dest, "handle events"); for (type in events) { for (i = 0, l = events[type].length; i < l; i++) { jQuery.event.add(dest, type, events[type][i]) } } } } if (dataUser.hasData(src)) { udataOld = dataUser.access(src); udataCur = jQuery.extend({}, udataOld); dataUser.set(dest, udataCur) } } function fixInput(src, dest) { var nodeName = dest.nodeName.toLowerCase(); if (nodeName === "input" && rcheckableType.test(src.type)) { dest.checked = src.checked } else if (nodeName === "input" || nodeName === "textarea") { dest.defaultValue = src.defaultValue } } function domManip(collection, args, callback, ignored) { args = flat(args); var fragment, first, scripts, hasScripts, node, doc, i = 0, l = collection.length, iNoClone = l - 1, value = args[0], valueIsFunction = isFunction(value); if (valueIsFunction || (l > 1 && typeof value === "string" && !support.checkClone && rchecked.test(value))) { return collection.each(function (index) { var self = collection.eq(index); if (valueIsFunction) { args[0] = value.call(this, index, self.html()) } domManip(self, args, callback, ignored) }) } if (l) { fragment = buildFragment(args, collection[0].ownerDocument, false, collection, ignored); first = fragment.firstChild; if (fragment.childNodes.length === 1) { fragment = first } if (first || ignored) { scripts = jQuery.map(getAll(fragment, "script"), disableScript); hasScripts = scripts.length; for (; i < l; i++) { node = fragment; if (i !== iNoClone) { node = jQuery.clone(node, true, true); if (hasScripts) { jQuery.merge(scripts, getAll(node, "script")) } } callback.call(collection[i], node, i) } if (hasScripts) { doc = scripts[scripts.length - 1].ownerDocument; jQuery.map(scripts, restoreScript); for (i = 0; i < hasScripts; i++) { node = scripts[i]; if (rscriptType.test(node.type || "") && !dataPriv.access(node, "globalEval") && jQuery.contains(doc, node)) { if (node.src && (node.type || "").toLowerCase() !== "module") { if (jQuery._evalUrl && !node.noModule) { jQuery._evalUrl(node.src, { nonce: node.nonce || node.getAttribute("nonce") }, doc) } } else { DOMEval(node.textContent.replace(rcleanScript, ""), node, doc) } } } } } } return collection } function remove(elem, selector, keepData) { var node, nodes = selector ? jQuery.filter(selector, elem) : elem, i = 0; for (; (node = nodes[i]) != null; i++) { if (!keepData && node.nodeType === 1) { jQuery.cleanData(getAll(node)) } if (node.parentNode) { if (keepData && isAttached(node)) { setGlobalEval(getAll(node, "script")) } node.parentNode.removeChild(node) } } return elem } jQuery.extend({ htmlPrefilter: function (html) { return html }, clone: function (elem, dataAndEvents, deepDataAndEvents) { var i, l, srcElements, destElements, clone = elem.cloneNode(true), inPage = isAttached(elem); if (!support.noCloneChecked && (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem)) { destElements = getAll(clone); srcElements = getAll(elem); for (i = 0, l = srcElements.length; i < l; i++) { fixInput(srcElements[i], destElements[i]) } } if (dataAndEvents) { if (deepDataAndEvents) { srcElements = srcElements || getAll(elem); destElements = destElements || getAll(clone); for (i = 0, l = srcElements.length; i < l; i++) { cloneCopyEvent(srcElements[i], destElements[i]) } } else { cloneCopyEvent(elem, clone) } } destElements = getAll(clone, "script"); if (destElements.length > 0) { setGlobalEval(destElements, !inPage && getAll(elem, "script")) } return clone }, cleanData: function (elems) { var data, elem, type, special = jQuery.event.special, i = 0; for (; (elem = elems[i]) !== undefined; i++) { if (acceptData(elem)) { if ((data = elem[dataPriv.expando])) { if (data.events) { for (type in data.events) { if (special[type]) { jQuery.event.remove(elem, type) } else { jQuery.removeEvent(elem, type, data.handle) } } } elem[dataPriv.expando] = undefined } if (elem[dataUser.expando]) { elem[dataUser.expando] = undefined } } } } }); jQuery.fn.extend({ detach: function (selector) { return remove(this, selector, true) }, remove: function (selector) { return remove(this, selector) }, text: function (value) { return access(this, function (value) { return value === undefined ? jQuery.text(this) : this.empty().each(function () { if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { this.textContent = value } }) }, null, value, arguments.length) }, append: function () { return domManip(this, arguments, function (elem) { if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { var target = manipulationTarget(this, elem); target.appendChild(elem) } }) }, prepend: function () { return domManip(this, arguments, function (elem) { if (this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9) { var target = manipulationTarget(this, elem); target.insertBefore(elem, target.firstChild) } }) }, before: function () { return domManip(this, arguments, function (elem) { if (this.parentNode) { this.parentNode.insertBefore(elem, this) } }) }, after: function () { return domManip(this, arguments, function (elem) { if (this.parentNode) { this.parentNode.insertBefore(elem, this.nextSibling) } }) }, empty: function () { var elem, i = 0; for (; (elem = this[i]) != null; i++) { if (elem.nodeType === 1) { jQuery.cleanData(getAll(elem, false)); elem.textContent = "" } } return this }, clone: function (dataAndEvents, deepDataAndEvents) { dataAndEvents = dataAndEvents == null ? false : dataAndEvents; deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; return this.map(function () { return jQuery.clone(this, dataAndEvents, deepDataAndEvents) }) }, html: function (value) { return access(this, function (value) { var elem = this[0] || {}, i = 0, l = this.length; if (value === undefined && elem.nodeType === 1) { return elem.innerHTML } if (typeof value === "string" && !rnoInnerhtml.test(value) && !wrapMap[(rtagName.exec(value) || ["", ""])[1].toLowerCase()]) { value = jQuery.htmlPrefilter(value); try { for (; i < l; i++) { elem = this[i] || {}; if (elem.nodeType === 1) { jQuery.cleanData(getAll(elem, false)); elem.innerHTML = value } } elem = 0 } catch (e) { } } if (elem) { this.empty().append(value) } }, null, value, arguments.length) }, replaceWith: function () { var ignored = []; return domManip(this, arguments, function (elem) { var parent = this.parentNode; if (jQuery.inArray(this, ignored) < 0) { jQuery.cleanData(getAll(this)); if (parent) { parent.replaceChild(elem, this) } } }, ignored) } }); jQuery.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (name, original) { jQuery.fn[name] = function (selector) { var elems, ret = [], insert = jQuery(selector), last = insert.length - 1, i = 0; for (; i <= last; i++) { elems = i === last ? this : this.clone(true); jQuery(insert[i])[original](elems); push.apply(ret, elems.get()) } return this.pushStack(ret) } }); var rnumnonpx = new RegExp("^(" + pnum + ")(?!px)[a-z%]+$", "i"); var rcustomProp = /^--/; var getStyles = function (elem) { var view = elem.ownerDocument.defaultView; if (!view || !view.opener) { view = window } return view.getComputedStyle(elem) }; var swap = function (elem, options, callback) { var ret, name, old = {}; for (name in options) { old[name] = elem.style[name]; elem.style[name] = options[name] } ret = callback.call(elem); for (name in options) { elem.style[name] = old[name] } return ret }; var rboxStyle = new RegExp(cssExpand.join("|"), "i"); var whitespace = "[\\x20\\t\\r\\n\\f]"; var rtrimCSS = new RegExp("^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g"); (function () { function computeStyleTests() { if (!div) { return } container.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0"; div.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%"; documentElement.appendChild(container).appendChild(div); var divStyle = window.getComputedStyle(div); pixelPositionVal = divStyle.top !== "1%"; reliableMarginLeftVal = roundPixelMeasures(divStyle.marginLeft) === 12; div.style.right = "60%"; pixelBoxStylesVal = roundPixelMeasures(divStyle.right) === 36; boxSizingReliableVal = roundPixelMeasures(divStyle.width) === 36; div.style.position = "absolute"; scrollboxSizeVal = roundPixelMeasures(div.offsetWidth / 3) === 12; documentElement.removeChild(container); div = null } function roundPixelMeasures(measure) { return Math.round(parseFloat(measure)) } var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, reliableTrDimensionsVal, reliableMarginLeftVal, container = document.createElement("div"), div = document.createElement("div"); if (!div.style) { return } div.style.backgroundClip = "content-box"; div.cloneNode(true).style.backgroundClip = ""; support.clearCloneStyle = div.style.backgroundClip === "content-box"; jQuery.extend(support, { boxSizingReliable: function () { computeStyleTests(); return boxSizingReliableVal }, pixelBoxStyles: function () { computeStyleTests(); return pixelBoxStylesVal }, pixelPosition: function () { computeStyleTests(); return pixelPositionVal }, reliableMarginLeft: function () { computeStyleTests(); return reliableMarginLeftVal }, scrollboxSize: function () { computeStyleTests(); return scrollboxSizeVal }, reliableTrDimensions: function () { var table, tr, trChild, trStyle; if (reliableTrDimensionsVal == null) { table = document.createElement("table"); tr = document.createElement("tr"); trChild = document.createElement("div"); table.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; tr.style.cssText = "border:1px solid"; tr.style.height = "1px"; trChild.style.height = "9px"; trChild.style.display = "block"; documentElement.appendChild(table).appendChild(tr).appendChild(trChild); trStyle = window.getComputedStyle(tr); reliableTrDimensionsVal = (parseInt(trStyle.height, 10) + parseInt(trStyle.borderTopWidth, 10) + parseInt(trStyle.borderBottomWidth, 10)) === tr.offsetHeight; documentElement.removeChild(table) } return reliableTrDimensionsVal } }) })(); function curCSS(elem, name, computed) { var width, minWidth, maxWidth, ret, isCustomProp = rcustomProp.test(name), style = elem.style; computed = computed || getStyles(elem); if (computed) { ret = computed.getPropertyValue(name) || computed[name]; if (isCustomProp && ret) { ret = ret.replace(rtrimCSS, "$1") || undefined } if (ret === "" && !isAttached(elem)) { ret = jQuery.style(elem, name) } if (!support.pixelBoxStyles() && rnumnonpx.test(ret) && rboxStyle.test(name)) { width = style.width; minWidth = style.minWidth; maxWidth = style.maxWidth; style.minWidth = style.maxWidth = style.width = ret; ret = computed.width; style.width = width; style.minWidth = minWidth; style.maxWidth = maxWidth } } return ret !== undefined ? ret + "" : ret } function addGetHookIf(conditionFn, hookFn) { return { get: function () { if (conditionFn()) { delete this.get; return } return (this.get = hookFn).apply(this, arguments) } } } var cssPrefixes = ["Webkit", "Moz", "ms"], emptyStyle = document.createElement("div").style, vendorProps = {}; function vendorPropName(name) { var capName = name[0].toUpperCase() + name.slice(1), i = cssPrefixes.length; while (i--) { name = cssPrefixes[i] + capName; if (name in emptyStyle) { return name } } } function finalPropName(name) { var final = jQuery.cssProps[name] || vendorProps[name]; if (final) { return final } if (name in emptyStyle) { return name } return vendorProps[name] = vendorPropName(name) || name } var rdisplayswap = /^(none|table(?!-c[ea]).+)/, cssShow = { position: "absolute", visibility: "hidden", display: "block" }, cssNormalTransform = { letterSpacing: "0", fontWeight: "400" }; function setPositiveNumber(_elem, value, subtract) { var matches = rcssNum.exec(value); return matches ? Math.max(0, matches[2] - (subtract || 0)) + (matches[3] || "px") : value } function boxModelAdjustment(elem, dimension, box, isBorderBox, styles, computedVal) { var i = dimension === "width" ? 1 : 0, extra = 0, delta = 0; if (box === (isBorderBox ? "border" : "content")) { return 0 } for (; i < 4; i += 2) { if (box === "margin") { delta += jQuery.css(elem, box + cssExpand[i], true, styles) } if (!isBorderBox) { delta += jQuery.css(elem, "padding" + cssExpand[i], true, styles); if (box !== "padding") { delta += jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles) } else { extra += jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles) } } else { if (box === "content") { delta -= jQuery.css(elem, "padding" + cssExpand[i], true, styles) } if (box !== "margin") { delta -= jQuery.css(elem, "border" + cssExpand[i] + "Width", true, styles) } } } if (!isBorderBox && computedVal >= 0) { delta += Math.max(0, Math.ceil(elem["offset" + dimension[0].toUpperCase() + dimension.slice(1)] - computedVal - delta - extra - 0.5)) || 0 } return delta } function getWidthOrHeight(elem, dimension, extra) { var styles = getStyles(elem), boxSizingNeeded = !support.boxSizingReliable() || extra, isBorderBox = boxSizingNeeded && jQuery.css(elem, "boxSizing", false, styles) === "border-box", valueIsBorderBox = isBorderBox, val = curCSS(elem, dimension, styles), offsetProp = "offset" + dimension[0].toUpperCase() + dimension.slice(1); if (rnumnonpx.test(val)) { if (!extra) { return val } val = "auto" } if ((!support.boxSizingReliable() && isBorderBox || !support.reliableTrDimensions() && nodeName(elem, "tr") || val === "auto" || !parseFloat(val) && jQuery.css(elem, "display", false, styles) === "inline") && elem.getClientRects().length) { isBorderBox = jQuery.css(elem, "boxSizing", false, styles) === "border-box"; valueIsBorderBox = offsetProp in elem; if (valueIsBorderBox) { val = elem[offsetProp] } } val = parseFloat(val) || 0; return (val + boxModelAdjustment(elem, dimension, extra || (isBorderBox ? "border" : "content"), valueIsBorderBox, styles, val)) + "px" } jQuery.extend({ cssHooks: { opacity: { get: function (elem, computed) { if (computed) { var ret = curCSS(elem, "opacity"); return ret === "" ? "1" : ret } } } }, cssNumber: { "animationIterationCount": true, "columnCount": true, "fillOpacity": true, "flexGrow": true, "flexShrink": true, "fontWeight": true, "gridArea": true, "gridColumn": true, "gridColumnEnd": true, "gridColumnStart": true, "gridRow": true, "gridRowEnd": true, "gridRowStart": true, "lineHeight": true, "opacity": true, "order": true, "orphans": true, "widows": true, "zIndex": true, "zoom": true }, cssProps: {}, style: function (elem, name, value, extra) { if (!elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style) { return } var ret, type, hooks, origName = camelCase(name), isCustomProp = rcustomProp.test(name), style = elem.style; if (!isCustomProp) { name = finalPropName(origName) } hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName]; if (value !== undefined) { type = typeof value; if (type === "string" && (ret = rcssNum.exec(value)) && ret[1]) { value = adjustCSS(elem, name, ret); type = "number" } if (value == null || value !== value) { return } if (type === "number" && !isCustomProp) { value += ret && ret[3] || (jQuery.cssNumber[origName] ? "" : "px") } if (!support.clearCloneStyle && value === "" && name.indexOf("background") === 0) { style[name] = "inherit" } if (!hooks || !("set" in hooks) || (value = hooks.set(elem, value, extra)) !== undefined) { if (isCustomProp) { style.setProperty(name, value) } else { style[name] = value } } } else { if (hooks && "get" in hooks && (ret = hooks.get(elem, false, extra)) !== undefined) { return ret } return style[name] } }, css: function (elem, name, extra, styles) { var val, num, hooks, origName = camelCase(name), isCustomProp = rcustomProp.test(name); if (!isCustomProp) { name = finalPropName(origName) } hooks = jQuery.cssHooks[name] || jQuery.cssHooks[origName]; if (hooks && "get" in hooks) { val = hooks.get(elem, true, extra) } if (val === undefined) { val = curCSS(elem, name, styles) } if (val === "normal" && name in cssNormalTransform) { val = cssNormalTransform[name] } if (extra === "" || extra) { num = parseFloat(val); return extra === true || isFinite(num) ? num || 0 : val } return val } }); jQuery.each(["height", "width"], function (_i, dimension) { jQuery.cssHooks[dimension] = { get: function (elem, computed, extra) { if (computed) { return rdisplayswap.test(jQuery.css(elem, "display")) && (!elem.getClientRects().length || !elem.getBoundingClientRect().width) ? swap(elem, cssShow, function () { return getWidthOrHeight(elem, dimension, extra) }) : getWidthOrHeight(elem, dimension, extra) } }, set: function (elem, value, extra) { var matches, styles = getStyles(elem), scrollboxSizeBuggy = !support.scrollboxSize() && styles.position === "absolute", boxSizingNeeded = scrollboxSizeBuggy || extra, isBorderBox = boxSizingNeeded && jQuery.css(elem, "boxSizing", false, styles) === "border-box", subtract = extra ? boxModelAdjustment(elem, dimension, extra, isBorderBox, styles) : 0; if (isBorderBox && scrollboxSizeBuggy) { subtract -= Math.ceil(elem["offset" + dimension[0].toUpperCase() + dimension.slice(1)] - parseFloat(styles[dimension]) - boxModelAdjustment(elem, dimension, "border", false, styles) - 0.5) } if (subtract && (matches = rcssNum.exec(value)) && (matches[3] || "px") !== "px") { elem.style[dimension] = value; value = jQuery.css(elem, dimension) } return setPositiveNumber(elem, value, subtract) } } }); jQuery.cssHooks.marginLeft = addGetHookIf(support.reliableMarginLeft, function (elem, computed) { if (computed) { return (parseFloat(curCSS(elem, "marginLeft")) || elem.getBoundingClientRect().left - swap(elem, { marginLeft: 0 }, function () { return elem.getBoundingClientRect().left })) + "px" } }); jQuery.each({ margin: "", padding: "", border: "Width" }, function (prefix, suffix) { jQuery.cssHooks[prefix + suffix] = { expand: function (value) { var i = 0, expanded = {}, parts = typeof value === "string" ? value.split(" ") : [value]; for (; i < 4; i++) { expanded[prefix + cssExpand[i] + suffix] = parts[i] || parts[i - 2] || parts[0] } return expanded } }; if (prefix !== "margin") { jQuery.cssHooks[prefix + suffix].set = setPositiveNumber } }); jQuery.fn.extend({ css: function (name, value) { return access(this, function (elem, name, value) { var styles, len, map = {}, i = 0; if (Array.isArray(name)) { styles = getStyles(elem); len = name.length; for (; i < len; i++) { map[name[i]] = jQuery.css(elem, name[i], false, styles) } return map } return value !== undefined ? jQuery.style(elem, name, value) : jQuery.css(elem, name) }, name, value, arguments.length > 1) } }); function Tween(elem, options, prop, end, easing) { return new Tween.prototype.init(elem, options, prop, end, easing) } jQuery.Tween = Tween; Tween.prototype = { constructor: Tween, init: function (elem, options, prop, end, easing, unit) { this.elem = elem; this.prop = prop; this.easing = easing || jQuery.easing._default; this.options = options; this.start = this.now = this.cur(); this.end = end; this.unit = unit || (jQuery.cssNumber[prop] ? "" : "px") }, cur: function () { var hooks = Tween.propHooks[this.prop]; return hooks && hooks.get ? hooks.get(this) : Tween.propHooks._default.get(this) }, run: function (percent) { var eased, hooks = Tween.propHooks[this.prop]; if (this.options.duration) { this.pos = eased = jQuery.easing[this.easing](percent, this.options.duration * percent, 0, 1, this.options.duration) } else { this.pos = eased = percent } this.now = (this.end - this.start) * eased + this.start; if (this.options.step) { this.options.step.call(this.elem, this.now, this) } if (hooks && hooks.set) { hooks.set(this) } else { Tween.propHooks._default.set(this) } return this } }; Tween.prototype.init.prototype = Tween.prototype; Tween.propHooks = { _default: { get: function (tween) { var result; if (tween.elem.nodeType !== 1 || tween.elem[tween.prop] != null && tween.elem.style[tween.prop] == null) { return tween.elem[tween.prop] } result = jQuery.css(tween.elem, tween.prop, ""); return !result || result === "auto" ? 0 : result }, set: function (tween) { if (jQuery.fx.step[tween.prop]) { jQuery.fx.step[tween.prop](tween) } else if (tween.elem.nodeType === 1 && (jQuery.cssHooks[tween.prop] || tween.elem.style[finalPropName(tween.prop)] != null)) { jQuery.style(tween.elem, tween.prop, tween.now + tween.unit) } else { tween.elem[tween.prop] = tween.now } } } }; Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { set: function (tween) { if (tween.elem.nodeType && tween.elem.parentNode) { tween.elem[tween.prop] = tween.now } } }; jQuery.easing = { linear: function (p) { return p }, swing: function (p) { return 0.5 - Math.cos(p * Math.PI) / 2 }, _default: "swing" }; jQuery.fx = Tween.prototype.init; jQuery.fx.step = {}; var fxNow, inProgress, rfxtypes = /^(?:toggle|show|hide)$/, rrun = /queueHooks$/; function schedule() { if (inProgress) { if (document.hidden === false && window.requestAnimationFrame) { window.requestAnimationFrame(schedule) } else { window.setTimeout(schedule, jQuery.fx.interval) } jQuery.fx.tick() } } function createFxNow() { window.setTimeout(function () { fxNow = undefined }); return (fxNow = Date.now()) } function genFx(type, includeWidth) { var which, i = 0, attrs = { height: type }; includeWidth = includeWidth ? 1 : 0; for (; i < 4; i += 2 - includeWidth) { which = cssExpand[i]; attrs["margin" + which] = attrs["padding" + which] = type } if (includeWidth) { attrs.opacity = attrs.width = type } return attrs } function createTween(value, prop, animation) { var tween, collection = (Animation.tweeners[prop] || []).concat(Animation.tweeners["*"]), index = 0, length = collection.length; for (; index < length; index++) { if ((tween = collection[index].call(animation, prop, value))) { return tween } } } function defaultPrefilter(elem, props, opts) { var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, isBox = "width" in props || "height" in props, anim = this, orig = {}, style = elem.style, hidden = elem.nodeType && isHiddenWithinTree(elem), dataShow = dataPriv.get(elem, "fxshow"); if (!opts.queue) { hooks = jQuery._queueHooks(elem, "fx"); if (hooks.unqueued == null) { hooks.unqueued = 0; oldfire = hooks.empty.fire; hooks.empty.fire = function () { if (!hooks.unqueued) { oldfire() } } } hooks.unqueued++; anim.always(function () { anim.always(function () { hooks.unqueued--; if (!jQuery.queue(elem, "fx").length) { hooks.empty.fire() } }) }) } for (prop in props) { value = props[prop]; if (rfxtypes.test(value)) { delete props[prop]; toggle = toggle || value === "toggle"; if (value === (hidden ? "hide" : "show")) { if (value === "show" && dataShow && dataShow[prop] !== undefined) { hidden = true } else { continue } } orig[prop] = dataShow && dataShow[prop] || jQuery.style(elem, prop) } } propTween = !jQuery.isEmptyObject(props); if (!propTween && jQuery.isEmptyObject(orig)) { return } if (isBox && elem.nodeType === 1) { opts.overflow = [style.overflow, style.overflowX, style.overflowY]; restoreDisplay = dataShow && dataShow.display; if (restoreDisplay == null) { restoreDisplay = dataPriv.get(elem, "display") } display = jQuery.css(elem, "display"); if (display === "none") { if (restoreDisplay) { display = restoreDisplay } else { showHide([elem], true); restoreDisplay = elem.style.display || restoreDisplay; display = jQuery.css(elem, "display"); showHide([elem]) } } if (display === "inline" || display === "inline-block" && restoreDisplay != null) { if (jQuery.css(elem, "float") === "none") { if (!propTween) { anim.done(function () { style.display = restoreDisplay }); if (restoreDisplay == null) { display = style.display; restoreDisplay = display === "none" ? "" : display } } style.display = "inline-block" } } } if (opts.overflow) { style.overflow = "hidden"; anim.always(function () { style.overflow = opts.overflow[0]; style.overflowX = opts.overflow[1]; style.overflowY = opts.overflow[2] }) } propTween = false; for (prop in orig) { if (!propTween) { if (dataShow) { if ("hidden" in dataShow) { hidden = dataShow.hidden } } else { dataShow = dataPriv.access(elem, "fxshow", { display: restoreDisplay }) } if (toggle) { dataShow.hidden = !hidden } if (hidden) { showHide([elem], true) } anim.done(function () { if (!hidden) { showHide([elem]) } dataPriv.remove(elem, "fxshow"); for (prop in orig) { jQuery.style(elem, prop, orig[prop]) } }) } propTween = createTween(hidden ? dataShow[prop] : 0, prop, anim); if (!(prop in dataShow)) { dataShow[prop] = propTween.start; if (hidden) { propTween.end = propTween.start; propTween.start = 0 } } } } function propFilter(props, specialEasing) { var index, name, easing, value, hooks; for (index in props) { name = camelCase(index); easing = specialEasing[name]; value = props[index]; if (Array.isArray(value)) { easing = value[1]; value = props[index] = value[0] } if (index !== name) { props[name] = value; delete props[index] } hooks = jQuery.cssHooks[name]; if (hooks && "expand" in hooks) { value = hooks.expand(value); delete props[name]; for (index in value) { if (!(index in props)) { props[index] = value[index]; specialEasing[index] = easing } } } else { specialEasing[name] = easing } } } function Animation(elem, properties, options) { var result, stopped, index = 0, length = Animation.prefilters.length, deferred = jQuery.Deferred().always(function () { delete tick.elem }), tick = function () { if (stopped) { return false } var currentTime = fxNow || createFxNow(), remaining = Math.max(0, animation.startTime + animation.duration - currentTime), temp = remaining / animation.duration || 0, percent = 1 - temp, index = 0, length = animation.tweens.length; for (; index < length; index++) { animation.tweens[index].run(percent) } deferred.notifyWith(elem, [animation, percent, remaining]); if (percent < 1 && length) { return remaining } if (!length) { deferred.notifyWith(elem, [animation, 1, 0]) } deferred.resolveWith(elem, [animation]); return false }, animation = deferred.promise({ elem: elem, props: jQuery.extend({}, properties), opts: jQuery.extend(true, { specialEasing: {}, easing: jQuery.easing._default }, options), originalProperties: properties, originalOptions: options, startTime: fxNow || createFxNow(), duration: options.duration, tweens: [], createTween: function (prop, end) { var tween = jQuery.Tween(elem, animation.opts, prop, end, animation.opts.specialEasing[prop] || animation.opts.easing); animation.tweens.push(tween); return tween }, stop: function (gotoEnd) { var index = 0, length = gotoEnd ? animation.tweens.length : 0; if (stopped) { return this } stopped = true; for (; index < length; index++) { animation.tweens[index].run(1) } if (gotoEnd) { deferred.notifyWith(elem, [animation, 1, 0]); deferred.resolveWith(elem, [animation, gotoEnd]) } else { deferred.rejectWith(elem, [animation, gotoEnd]) } return this } }), props = animation.props; propFilter(props, animation.opts.specialEasing); for (; index < length; index++) { result = Animation.prefilters[index].call(animation, elem, props, animation.opts); if (result) { if (isFunction(result.stop)) { jQuery._queueHooks(animation.elem, animation.opts.queue).stop = result.stop.bind(result) } return result } } jQuery.map(props, createTween, animation); if (isFunction(animation.opts.start)) { animation.opts.start.call(elem, animation) } animation.progress(animation.opts.progress).done(animation.opts.done, animation.opts.complete).fail(animation.opts.fail).always(animation.opts.always); jQuery.fx.timer(jQuery.extend(tick, { elem: elem, anim: animation, queue: animation.opts.queue })); return animation } jQuery.Animation = jQuery.extend(Animation, { tweeners: { "*": [function (prop, value) { var tween = this.createTween(prop, value); adjustCSS(tween.elem, prop, rcssNum.exec(value), tween); return tween }] }, tweener: function (props, callback) { if (isFunction(props)) { callback = props; props = ["*"] } else { props = props.match(rnothtmlwhite) } var prop, index = 0, length = props.length; for (; index < length; index++) { prop = props[index]; Animation.tweeners[prop] = Animation.tweeners[prop] || []; Animation.tweeners[prop].unshift(callback) } }, prefilters: [defaultPrefilter], prefilter: function (callback, prepend) { if (prepend) { Animation.prefilters.unshift(callback) } else { Animation.prefilters.push(callback) } } }); jQuery.speed = function (speed, easing, fn) { var opt = speed && typeof speed === "object" ? jQuery.extend({}, speed) : { complete: fn || !fn && easing || isFunction(speed) && speed, duration: speed, easing: fn && easing || easing && !isFunction(easing) && easing }; if (jQuery.fx.off) { opt.duration = 0 } else { if (typeof opt.duration !== "number") { if (opt.duration in jQuery.fx.speeds) { opt.duration = jQuery.fx.speeds[opt.duration] } else { opt.duration = jQuery.fx.speeds._default } } } if (opt.queue == null || opt.queue === true) { opt.queue = "fx" } opt.old = opt.complete; opt.complete = function () { if (isFunction(opt.old)) { opt.old.call(this) } if (opt.queue) { jQuery.dequeue(this, opt.queue) } }; return opt }; jQuery.fn.extend({ fadeTo: function (speed, to, easing, callback) { return this.filter(isHiddenWithinTree).css("opacity", 0).show().end().animate({ opacity: to }, speed, easing, callback) }, animate: function (prop, speed, easing, callback) { var empty = jQuery.isEmptyObject(prop), optall = jQuery.speed(speed, easing, callback), doAnimation = function () { var anim = Animation(this, jQuery.extend({}, prop), optall); if (empty || dataPriv.get(this, "finish")) { anim.stop(true) } }; doAnimation.finish = doAnimation; return empty || optall.queue === false ? this.each(doAnimation) : this.queue(optall.queue, doAnimation) }, stop: function (type, clearQueue, gotoEnd) { var stopQueue = function (hooks) { var stop = hooks.stop; delete hooks.stop; stop(gotoEnd) }; if (typeof type !== "string") { gotoEnd = clearQueue; clearQueue = type; type = undefined } if (clearQueue) { this.queue(type || "fx", []) } return this.each(function () { var dequeue = true, index = type != null && type + "queueHooks", timers = jQuery.timers, data = dataPriv.get(this); if (index) { if (data[index] && data[index].stop) { stopQueue(data[index]) } } else { for (index in data) { if (data[index] && data[index].stop && rrun.test(index)) { stopQueue(data[index]) } } } for (index = timers.length; index--;) { if (timers[index].elem === this && (type == null || timers[index].queue === type)) { timers[index].anim.stop(gotoEnd); dequeue = false; timers.splice(index, 1) } } if (dequeue || !gotoEnd) { jQuery.dequeue(this, type) } }) }, finish: function (type) { if (type !== false) { type = type || "fx" } return this.each(function () { var index, data = dataPriv.get(this), queue = data[type + "queue"], hooks = data[type + "queueHooks"], timers = jQuery.timers, length = queue ? queue.length : 0; data.finish = true; jQuery.queue(this, type, []); if (hooks && hooks.stop) { hooks.stop.call(this, true) } for (index = timers.length; index--;) { if (timers[index].elem === this && timers[index].queue === type) { timers[index].anim.stop(true); timers.splice(index, 1) } } for (index = 0; index < length; index++) { if (queue[index] && queue[index].finish) { queue[index].finish.call(this) } } delete data.finish }) } }); jQuery.each(["toggle", "show", "hide"], function (_i, name) { var cssFn = jQuery.fn[name]; jQuery.fn[name] = function (speed, easing, callback) { return speed == null || typeof speed === "boolean" ? cssFn.apply(this, arguments) : this.animate(genFx(name, true), speed, easing, callback) } }); jQuery.each({ slideDown: genFx("show"), slideUp: genFx("hide"), slideToggle: genFx("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function (name, props) { jQuery.fn[name] = function (speed, easing, callback) { return this.animate(props, speed, easing, callback) } }); jQuery.timers = []; jQuery.fx.tick = function () { var timer, i = 0, timers = jQuery.timers; fxNow = Date.now(); for (; i < timers.length; i++) { timer = timers[i]; if (!timer() && timers[i] === timer) { timers.splice(i--, 1) } } if (!timers.length) { jQuery.fx.stop() } fxNow = undefined }; jQuery.fx.timer = function (timer) { jQuery.timers.push(timer); jQuery.fx.start() }; jQuery.fx.interval = 13; jQuery.fx.start = function () { if (inProgress) { return } inProgress = true; schedule() }; jQuery.fx.stop = function () { inProgress = null }; jQuery.fx.speeds = { slow: 600, fast: 200, _default: 400 }; jQuery.fn.delay = function (time, type) { time = jQuery.fx ? jQuery.fx.speeds[time] || time : time; type = type || "fx"; return this.queue(type, function (next, hooks) { var timeout = window.setTimeout(next, time); hooks.stop = function () { window.clearTimeout(timeout) } }) }; (function () { var input = document.createElement("input"), select = document.createElement("select"), opt = select.appendChild(document.createElement("option")); input.type = "checkbox"; support.checkOn = input.value !== ""; support.optSelected = opt.selected; input = document.createElement("input"); input.value = "t"; input.type = "radio"; support.radioValue = input.value === "t" })(); var boolHook, attrHandle = jQuery.expr.attrHandle; jQuery.fn.extend({ attr: function (name, value) { return access(this, jQuery.attr, name, value, arguments.length > 1) }, removeAttr: function (name) { return this.each(function () { jQuery.removeAttr(this, name) }) } }); jQuery.extend({ attr: function (elem, name, value) { var ret, hooks, nType = elem.nodeType; if (nType === 3 || nType === 8 || nType === 2) { return } if (typeof elem.getAttribute === "undefined") { return jQuery.prop(elem, name, value) } if (nType !== 1 || !jQuery.isXMLDoc(elem)) { hooks = jQuery.attrHooks[name.toLowerCase()] || (jQuery.expr.match.bool.test(name) ? boolHook : undefined) } if (value !== undefined) { if (value === null) { jQuery.removeAttr(elem, name); return } if (hooks && "set" in hooks && (ret = hooks.set(elem, value, name)) !== undefined) { return ret } elem.setAttribute(name, value + ""); return value } if (hooks && "get" in hooks && (ret = hooks.get(elem, name)) !== null) { return ret } ret = jQuery.find.attr(elem, name); return ret == null ? undefined : ret }, attrHooks: { type: { set: function (elem, value) { if (!support.radioValue && value === "radio" && nodeName(elem, "input")) { var val = elem.value; elem.setAttribute("type", value); if (val) { elem.value = val } return value } } } }, removeAttr: function (elem, value) { var name, i = 0, attrNames = value && value.match(rnothtmlwhite); if (attrNames && elem.nodeType === 1) { while ((name = attrNames[i++])) { elem.removeAttribute(name) } } } }); boolHook = { set: function (elem, value, name) { if (value === false) { jQuery.removeAttr(elem, name) } else { elem.setAttribute(name, name) } return name } }; jQuery.each(jQuery.expr.match.bool.source.match(/\w+/g), function (_i, name) { var getter = attrHandle[name] || jQuery.find.attr; attrHandle[name] = function (elem, name, isXML) { var ret, handle, lowercaseName = name.toLowerCase(); if (!isXML) { handle = attrHandle[lowercaseName]; attrHandle[lowercaseName] = ret; ret = getter(elem, name, isXML) != null ? lowercaseName : null; attrHandle[lowercaseName] = handle } return ret } }); var rfocusable = /^(?:input|select|textarea|button)$/i, rclickable = /^(?:a|area)$/i; jQuery.fn.extend({ prop: function (name, value) { return access(this, jQuery.prop, name, value, arguments.length > 1) }, removeProp: function (name) { return this.each(function () { delete this[jQuery.propFix[name] || name] }) } }); jQuery.extend({ prop: function (elem, name, value) { var ret, hooks, nType = elem.nodeType; if (nType === 3 || nType === 8 || nType === 2) { return } if (nType !== 1 || !jQuery.isXMLDoc(elem)) { name = jQuery.propFix[name] || name; hooks = jQuery.propHooks[name] } if (value !== undefined) { if (hooks && "set" in hooks && (ret = hooks.set(elem, value, name)) !== undefined) { return ret } return (elem[name] = value) } if (hooks && "get" in hooks && (ret = hooks.get(elem, name)) !== null) { return ret } return elem[name] }, propHooks: { tabIndex: { get: function (elem) { var tabindex = jQuery.find.attr(elem, "tabindex"); if (tabindex) { return parseInt(tabindex, 10) } if (rfocusable.test(elem.nodeName) || rclickable.test(elem.nodeName) && elem.href) { return 0 } return -1 } } }, propFix: { "for": "htmlFor", "class": "className" } }); if (!support.optSelected) { jQuery.propHooks.selected = { get: function (elem) { var parent = elem.parentNode; if (parent && parent.parentNode) { parent.parentNode.selectedIndex } return null }, set: function (elem) { var parent = elem.parentNode; if (parent) { parent.selectedIndex; if (parent.parentNode) { parent.parentNode.selectedIndex } } } } } jQuery.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () { jQuery.propFix[this.toLowerCase()] = this }); function stripAndCollapse(value) { var tokens = value.match(rnothtmlwhite) || []; return tokens.join(" ") } function getClass(elem) { return elem.getAttribute && elem.getAttribute("class") || "" } function classesToArray(value) { if (Array.isArray(value)) { return value } if (typeof value === "string") { return value.match(rnothtmlwhite) || [] } return [] } jQuery.fn.extend({ addClass: function (value) { var classNames, cur, curValue, className, i, finalValue; if (isFunction(value)) { return this.each(function (j) { jQuery(this).addClass(value.call(this, j, getClass(this))) }) } classNames = classesToArray(value); if (classNames.length) { return this.each(function () { curValue = getClass(this); cur = this.nodeType === 1 && (" " + stripAndCollapse(curValue) + " "); if (cur) { for (i = 0; i < classNames.length; i++) { className = classNames[i]; if (cur.indexOf(" " + className + " ") < 0) { cur += className + " " } } finalValue = stripAndCollapse(cur); if (curValue !== finalValue) { this.setAttribute("class", finalValue) } } }) } return this }, removeClass: function (value) { var classNames, cur, curValue, className, i, finalValue; if (isFunction(value)) { return this.each(function (j) { jQuery(this).removeClass(value.call(this, j, getClass(this))) }) } if (!arguments.length) { return this.attr("class", "") } classNames = classesToArray(value); if (classNames.length) { return this.each(function () { curValue = getClass(this); cur = this.nodeType === 1 && (" " + stripAndCollapse(curValue) + " "); if (cur) { for (i = 0; i < classNames.length; i++) { className = classNames[i]; while (cur.indexOf(" " + className + " ") > -1) { cur = cur.replace(" " + className + " ", " ") } } finalValue = stripAndCollapse(cur); if (curValue !== finalValue) { this.setAttribute("class", finalValue) } } }) } return this }, toggleClass: function (value, stateVal) { var classNames, className, i, self, type = typeof value, isValidValue = type === "string" || Array.isArray(value); if (isFunction(value)) { return this.each(function (i) { jQuery(this).toggleClass(value.call(this, i, getClass(this), stateVal), stateVal) }) } if (typeof stateVal === "boolean" && isValidValue) { return stateVal ? this.addClass(value) : this.removeClass(value) } classNames = classesToArray(value); return this.each(function () { if (isValidValue) { self = jQuery(this); for (i = 0; i < classNames.length; i++) { className = classNames[i]; if (self.hasClass(className)) { self.removeClass(className) } else { self.addClass(className) } } } else if (value === undefined || type === "boolean") { className = getClass(this); if (className) { dataPriv.set(this, "__className__", className) } if (this.setAttribute) { this.setAttribute("class", className || value === false ? "" : dataPriv.get(this, "__className__") || "") } } }) }, hasClass: function (selector) { var className, elem, i = 0; className = " " + selector + " "; while ((elem = this[i++])) { if (elem.nodeType === 1 && (" " + stripAndCollapse(getClass(elem)) + " ").indexOf(className) > -1) { return true } } return false } }); var rreturn = /\r/g; jQuery.fn.extend({ val: function (value) { var hooks, ret, valueIsFunction, elem = this[0]; if (!arguments.length) { if (elem) { hooks = jQuery.valHooks[elem.type] || jQuery.valHooks[elem.nodeName.toLowerCase()]; if (hooks && "get" in hooks && (ret = hooks.get(elem, "value")) !== undefined) { return ret } ret = elem.value; if (typeof ret === "string") { return ret.replace(rreturn, "") } return ret == null ? "" : ret } return } valueIsFunction = isFunction(value); return this.each(function (i) { var val; if (this.nodeType !== 1) { return } if (valueIsFunction) { val = value.call(this, i, jQuery(this).val()) } else { val = value } if (val == null) { val = "" } else if (typeof val === "number") { val += "" } else if (Array.isArray(val)) { val = jQuery.map(val, function (value) { return value == null ? "" : value + "" }) } hooks = jQuery.valHooks[this.type] || jQuery.valHooks[this.nodeName.toLowerCase()]; if (!hooks || !("set" in hooks) || hooks.set(this, val, "value") === undefined) { this.value = val } }) } }); jQuery.extend({ valHooks: { option: { get: function (elem) { var val = jQuery.find.attr(elem, "value"); return val != null ? val : stripAndCollapse(jQuery.text(elem)) } }, select: { get: function (elem) { var value, option, i, options = elem.options, index = elem.selectedIndex, === "select-one", values = one ? null : [], max = one ? index + 1 : options.length; if (index < 0) { i = max } else { i = one ? index : 0 } for (; i < max; i++) { option = options[i]; if ((option.selected || i === index) && !option.disabled && (!option.parentNode.disabled || !nodeName(option.parentNode, "optgroup"))) { value = jQuery(option).val(); if (one) { return value } values.push(value) } } return values }, set: function (elem, value) { var optionSet, option, options = elem.options, values = jQuery.makeArray(value), i = options.length; while (i--) { option = options[i]; if (option.selected = jQuery.inArray(jQuery.valHooks.option.get(option), values) > -1) { optionSet = true } } if (!optionSet) { elem.selectedIndex = -1 } return values } } } }); jQuery.each(["radio", "checkbox"], function () { jQuery.valHooks[this] = { set: function (elem, value) { if (Array.isArray(value)) { return (elem.checked = jQuery.inArray(jQuery(elem).val(), value) > -1) } } }; if (!support.checkOn) { jQuery.valHooks[this].get = function (elem) { return elem.getAttribute("value") === null ? "on" : elem.value } } }); support.focusin = "onfocusin" in window; var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, stopPropagationCallback = function (e) { e.stopPropagation() }; jQuery.extend(jQuery.event, { trigger: function (event, data, elem, onlyHandlers) { var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, eventPath = [elem || document], type = hasOwn.call(event, "type") ? event.type : event, namespaces = hasOwn.call(event, "namespace") ? event.namespace.split(".") : []; cur = lastElement = tmp = elem = elem || document; if (elem.nodeType === 3 || elem.nodeType === 8) { return } if (rfocusMorph.test(type + jQuery.event.triggered)) { return } if (type.indexOf(".") > -1) { namespaces = type.split("."); type = namespaces.shift(); namespaces.sort() }":") < 0 && "on" + type; event = event[jQuery.expando] ? event : new jQuery.Event(type, typeof event === "object" && event); event.isTrigger = onlyHandlers ? 2 : 3; event.namespace = namespaces.join("."); event.rnamespace = event.namespace ? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)") : null; event.result = undefined; if (!event.target) { event.target = elem } data = data == null ? [event] : jQuery.makeArray(data, [event]); special = jQuery.event.special[type] || {}; if (!onlyHandlers && special.trigger && special.trigger.apply(elem, data) === false) { return } if (!onlyHandlers && !special.noBubble && !isWindow(elem)) { bubbleType = special.delegateType || type; if (!rfocusMorph.test(bubbleType + type)) { cur = cur.parentNode } for (; cur; cur = cur.parentNode) { eventPath.push(cur); tmp = cur } if (tmp === (elem.ownerDocument || document)) { eventPath.push(tmp.defaultView || tmp.parentWindow || window) } } i = 0; while ((cur = eventPath[i++]) && !event.isPropagationStopped()) { lastElement = cur; event.type = i > 1 ? bubbleType : special.bindType || type; handle = (dataPriv.get(cur, "events") || Object.create(null))[event.type] && dataPriv.get(cur, "handle"); if (handle) { handle.apply(cur, data) } handle = ontype && cur[ontype]; if (handle && handle.apply && acceptData(cur)) { event.result = handle.apply(cur, data); if (event.result === false) { event.preventDefault() } } } event.type = type; if (!onlyHandlers && !event.isDefaultPrevented()) { if ((!special._default || special._default.apply(eventPath.pop(), data) === false) && acceptData(elem)) { if (ontype && isFunction(elem[type]) && !isWindow(elem)) { tmp = elem[ontype]; if (tmp) { elem[ontype] = null } jQuery.event.triggered = type; if (event.isPropagationStopped()) { lastElement.addEventListener(type, stopPropagationCallback) } elem[type](); if (event.isPropagationStopped()) { lastElement.removeEventListener(type, stopPropagationCallback) } jQuery.event.triggered = undefined; if (tmp) { elem[ontype] = tmp } } } } return event.result }, simulate: function (type, elem, event) { var e = jQuery.extend(new jQuery.Event(), event, { type: type, isSimulated: true }); jQuery.event.trigger(e, null, elem) } }); jQuery.fn.extend({ trigger: function (type, data) { return this.each(function () { jQuery.event.trigger(type, data, this) }) }, triggerHandler: function (type, data) { var elem = this[0]; if (elem) { return jQuery.event.trigger(type, data, elem, true) } } }); if (!support.focusin) { jQuery.each({ focus: "focusin", blur: "focusout" }, function (orig, fix) { var handler = function (event) { jQuery.event.simulate(fix, event.target, jQuery.event.fix(event)) }; jQuery.event.special[fix] = { setup: function () { var doc = this.ownerDocument || this.document || this, attaches = dataPriv.access(doc, fix); if (!attaches) { doc.addEventListener(orig, handler, true) } dataPriv.access(doc, fix, (attaches || 0) + 1) }, teardown: function () { var doc = this.ownerDocument || this.document || this, attaches = dataPriv.access(doc, fix) - 1; if (!attaches) { doc.removeEventListener(orig, handler, true); dataPriv.remove(doc, fix) } else { dataPriv.access(doc, fix, attaches) } } } }) } var locations = window.locations; var nonce = { guid: Date.now() }; var rquery = (/\?/); jQuery.parseXML = function (data) { var xml, parserErrorElem; if (!data || typeof data !== "string") { return null } try { xml = (new window.DOMParser()).parseFromString(data, "text/xml") } catch (e) { } parserErrorElem = xml && xml.getElementsByTagName("parsererror")[0]; if (!xml || parserErrorElem) { jQuery.error("Invalid XML: " + (parserErrorElem ? jQuery.map(parserErrorElem.childNodes, function (el) { return el.textContent }).join("\n") : data)) } return xml }; var rbracket = /\[\]$/, rCRLF = /\r?\n/g, rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, rsubmittable = /^(?:input|select|textarea|keygen)/i; function buildParams(prefix, obj, traditional, add) { var name; if (Array.isArray(obj)) { jQuery.each(obj, function (i, v) { if (traditional || rbracket.test(prefix)) { add(prefix, v) } else { buildParams(prefix + "[" + (typeof v === "object" && v != null ? i : "") + "]", v, traditional, add) } }) } else if (!traditional && toType(obj) === "object") { for (name in obj) { buildParams(prefix + "[" + name + "]", obj[name], traditional, add) } } else { add(prefix, obj) } } jQuery.param = function (a, traditional) { var prefix, s = [], add = function (key, valueOrFunction) { var value = isFunction(valueOrFunction) ? valueOrFunction() : valueOrFunction; s[s.length] = encodeURIComponent(key) + "=" + encodeURIComponent(value == null ? "" : value) }; if (a == null) { return "" } if (Array.isArray(a) || (a.jquery && !jQuery.isPlainObject(a))) { jQuery.each(a, function () { add(this.name, this.value) }) } else { for (prefix in a) { buildParams(prefix, a[prefix], traditional, add) } } return s.join("&") }; jQuery.fn.extend({ serialize: function () { return jQuery.param(this.serializeArray()) }, serializeArray: function () { return this.map(function () { var elements = jQuery.prop(this, "elements"); return elements ? jQuery.makeArray(elements) : this }).filter(function () { var type = this.type; return this.name && !jQuery(this).is(":disabled") && rsubmittable.test(this.nodeName) && !rsubmitterTypes.test(type) && (this.checked || !rcheckableType.test(type)) }).map(function (_i, elem) { var val = jQuery(this).val(); if (val == null) { return null } if (Array.isArray(val)) { return jQuery.map(val, function (val) { return { name: elem.name, value: val.replace(rCRLF, "\r\n") } }) } return { name: elem.name, value: val.replace(rCRLF, "\r\n") } }).get() } }); var r20 = /%20/g, rhash = /#.*$/, rantiCache = /([?&])_=[^&]*/, rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, rnoContent = /^(?:GET|HEAD)$/, rprotocol = /^\/\//, prefilters = {}, transports = {}, allTypes = "*/".concat("*"), originAnchor = document.createElement("a"); originAnchor.href = locations.href; function addToPrefiltersOrTransports(structure) { return function (dataTypeExpression, func) { if (typeof dataTypeExpression !== "string") { func = dataTypeExpression; dataTypeExpression = "*" } var dataType, i = 0, dataTypes = dataTypeExpression.toLowerCase().match(rnothtmlwhite) || []; if (isFunction(func)) { while ((dataType = dataTypes[i++])) { if (dataType[0] === "+") { dataType = dataType.slice(1) || "*"; (structure[dataType] = structure[dataType] || []).unshift(func) } else { (structure[dataType] = structure[dataType] || []).push(func) } } } } } function inspectPrefiltersOrTransports(structure, options, originalOptions, jqXHR) { var inspected = {}, seekingTransport = (structure === transports); function inspect(dataType) { var selected; inspected[dataType] = true; jQuery.each(structure[dataType] || [], function (_, prefilterOrFactory) { var dataTypeOrTransport = prefilterOrFactory(options, originalOptions, jqXHR); if (typeof dataTypeOrTransport === "string" && !seekingTransport && !inspected[dataTypeOrTransport]) { options.dataTypes.unshift(dataTypeOrTransport); inspect(dataTypeOrTransport); return false } else if (seekingTransport) { return !(selected = dataTypeOrTransport) } }); return selected } return inspect(options.dataTypes[0]) || !inspected["*"] && inspect("*") } function ajaxExtend(target, src) { var key, deep, flatOptions = jQuery.ajaxSettings.flatOptions || {}; for (key in src) { if (src[key] !== undefined) { (flatOptions[key] ? target : (deep || (deep = {})))[key] = src[key] } } if (deep) { jQuery.extend(true, target, deep) } return target } function ajaxHandleResponses(s, jqXHR, responses) { var ct, type, finalDataType, firstDataType, contents = s.contents, dataTypes = s.dataTypes; while (dataTypes[0] === "*") { dataTypes.shift(); if (ct === undefined) { ct = s.mimeType || jqXHR.getResponseHeader("Content-Type") } } if (ct) { for (type in contents) { if (contents[type] && contents[type].test(ct)) { dataTypes.unshift(type); break } } } if (dataTypes[0] in responses) { finalDataType = dataTypes[0] } else { for (type in responses) { if (!dataTypes[0] || s.converters[type + " " + dataTypes[0]]) { finalDataType = type; break } if (!firstDataType) { firstDataType = type } } finalDataType = finalDataType || firstDataType } if (finalDataType) { if (finalDataType !== dataTypes[0]) { dataTypes.unshift(finalDataType) } return responses[finalDataType] } } function ajaxConvert(s, response, jqXHR, isSuccess) { var conv2, current, conv, tmp, prev, converters = {}, dataTypes = s.dataTypes.slice(); if (dataTypes[1]) { for (conv in s.converters) { converters[conv.toLowerCase()] = s.converters[conv] } } current = dataTypes.shift(); while (current) { if (s.responseFields[current]) { jqXHR[s.responseFields[current]] = response } if (!prev && isSuccess && s.dataFilter) { response = s.dataFilter(response, s.dataType) } prev = current; current = dataTypes.shift(); if (current) { if (current === "*") { current = prev } else if (prev !== "*" && prev !== current) { conv = converters[prev + " " + current] || converters["* " + current]; if (!conv) { for (conv2 in converters) { tmp = conv2.split(" "); if (tmp[1] === current) { conv = converters[prev + " " + tmp[0]] || converters["* " + tmp[0]]; if (conv) { if (conv === true) { conv = converters[conv2] } else if (converters[conv2] !== true) { current = tmp[0]; dataTypes.unshift(tmp[1]) } break } } } } if (conv !== true) { if (conv && s.throws) { response = conv(response); } else { try { response = conv(response) } catch (e) { return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current } } } } } } } return { state: "success", data: response } } jQuery.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: locations.href, type: "GET", isLocal: rlocalProtocol.test(locations.protocol), global: true, processData: true, async: true, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": allTypes, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" }, contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ }, responseFields: { xml: "responseXML", text: "responseText", json: "responseJSON" }, converters: { "* text": String, "text html": true, "text json": JSON.parse, "text xml": jQuery.parseXML }, flatOptions: { url: true, context: true } }, ajaxSetup: function (target, settings) { return settings ? ajaxExtend(ajaxExtend(target, jQuery.ajaxSettings), settings) : ajaxExtend(jQuery.ajaxSettings, target) }, ajaxPrefilter: addToPrefiltersOrTransports(prefilters), ajaxTransport: addToPrefiltersOrTransports(transports), ajax: function (url, options) { if (typeof url === "object") { options = url; url = undefined } options = options || {}; var transport, cacheURL, responseHeadersString, responseHeaders, timeoutTimer, urlAnchor, completed, fireGlobals, i, uncached, s = jQuery.ajaxSetup({}, options), callbackContext = s.context || s, globalEventContext = s.context && (callbackContext.nodeType || callbackContext.jquery) ? jQuery(callbackContext) : jQuery.event, deferred = jQuery.Deferred(), completeDeferred = jQuery.Callbacks("once memory"), statusCode = s.statusCode || {}, requestHeaders = {}, requestHeadersNames = {}, strAbort = "canceled", jqXHR = { readyState: 0, getResponseHeader: function (key) { var match; if (completed) { if (!responseHeaders) { responseHeaders = {}; while ((match = rheaders.exec(responseHeadersString))) { responseHeaders[match[1].toLowerCase() + " "] = (responseHeaders[match[1].toLowerCase() + " "] || []).concat(match[2]) } } match = responseHeaders[key.toLowerCase() + " "] } return match == null ? null : match.join(", ") }, getAllResponseHeaders: function () { return completed ? responseHeadersString : null }, setRequestHeader: function (name, value) { if (completed == null) { name = requestHeadersNames[name.toLowerCase()] = requestHeadersNames[name.toLowerCase()] || name; requestHeaders[name] = value } return this }, overrideMimeType: function (type) { if (completed == null) { s.mimeType = type } return this }, statusCode: function (map) { var code; if (map) { if (completed) { jqXHR.always(map[jqXHR.status]) } else { for (code in map) { statusCode[code] = [statusCode[code], map[code]] } } } return this }, abort: function (statusText) { var finalText = statusText || strAbort; if (transport) { transport.abort(finalText) } done(0, finalText); return this } }; deferred.promise(jqXHR); s.url = ((url || s.url || locations.href) + "").replace(rprotocol, locations.protocol + "https://"); s.type = options.method || options.type || s.method || s.type; s.dataTypes = (s.dataType || "*").toLowerCase().match(rnothtmlwhite) || [""]; if (s.crossDomain == null) { urlAnchor = document.createElement("a"); try { urlAnchor.href = s.url; urlAnchor.href = urlAnchor.href; s.crossDomain = originAnchor.protocol + "https://" + originAnchor.host !== urlAnchor.protocol + "https://" + urlAnchor.host } catch (e) { s.crossDomain = true } } if (s.data && s.processData && typeof s.data !== "string") { s.data = jQuery.param(s.data, s.traditional) } inspectPrefiltersOrTransports(prefilters, s, options, jqXHR); if (completed) { return jqXHR } fireGlobals = jQuery.event && s.global; if (fireGlobals && jQuery.active++ === 0) { jQuery.event.trigger("ajaxStart") } s.type = s.type.toUpperCase(); s.hasContent = !rnoContent.test(s.type); cacheURL = s.url.replace(rhash, ""); if (!s.hasContent) { uncached = s.url.slice(cacheURL.length); if (s.data && (s.processData || typeof s.data === "string")) { cacheURL += (rquery.test(cacheURL) ? "&" : "?") + s.data; delete s.data } if (s.cache === false) { cacheURL = cacheURL.replace(rantiCache, "$1"); uncached = (rquery.test(cacheURL) ? "&" : "?") + "_=" + (nonce.guid++) + uncached } s.url = cacheURL + uncached } else if (s.data && s.processData && (s.contentType || "").indexOf("application/x-www-form-urlencoded") === 0) { s.data = s.data.replace(r20, "+") } if (s.ifModified) { if (jQuery.lastModified[cacheURL]) { jqXHR.setRequestHeader("If-Modified-Since", jQuery.lastModified[cacheURL]) } if (jQuery.etag[cacheURL]) { jqXHR.setRequestHeader("If-None-Match", jQuery.etag[cacheURL]) } } if (s.data && s.hasContent && s.contentType !== false || options.contentType) { jqXHR.setRequestHeader("Content-Type", s.contentType) } jqXHR.setRequestHeader("Accept", s.dataTypes[0] && s.accepts[s.dataTypes[0]] ? s.accepts[s.dataTypes[0]] + (s.dataTypes[0] !== "*" ? ", " + allTypes + "; q=0.01" : "") : s.accepts["*"]); for (i in s.headers) { jqXHR.setRequestHeader(i, s.headers[i]) } if (s.beforeSend && (s.beforeSend.call(callbackContext, jqXHR, s) === false || completed)) { return jqXHR.abort() } strAbort = "abort"; completeDeferred.add(s.complete); jqXHR.done(s.success); jqXHR.fail(s.error); transport = inspectPrefiltersOrTransports(transports, s, options, jqXHR); if (!transport) { done(-1, "No Transport") } else { jqXHR.readyState = 1; if (fireGlobals) { globalEventContext.trigger("ajaxSend", [jqXHR, s]) } if (completed) { return jqXHR } if (s.async && s.timeout > 0) { timeoutTimer = window.setTimeout(function () { jqXHR.abort("timeout") }, s.timeout) } try { completed = false; transport.send(requestHeaders, done) } catch (e) { if (completed) { throw e; } done(-1, e) } } function done(status, nativeStatusText, responses, headers) { var isSuccess, success, error, response, modified, statusText = nativeStatusText; if (completed) { return } completed = true; if (timeoutTimer) { window.clearTimeout(timeoutTimer) } transport = undefined; responseHeadersString = headers || ""; jqXHR.readyState = status > 0 ? 4 : 0; isSuccess = status >= 200 && status < 300 || status === 304; if (responses) { response = ajaxHandleResponses(s, jqXHR, responses) } if (!isSuccess && jQuery.inArray("script", s.dataTypes) > -1 && jQuery.inArray("json", s.dataTypes) ").attr(s.scriptAttrs || {}).prop({ charset: s.scriptCharset, src: s.url }).on("load error", callback = function (evt) { script.remove(); callback = null; if (evt) { complete(evt.type === "error" ? 404 : 200, evt.type) } }); document.head.appendChild(script[0]) }, abort: function () { if (callback) { callback() } } } } }); var oldCallbacks = [], rjsonp = /(=)\?(?=&|$)|\?\?/; jQuery.ajaxSetup({ jsonp: "callback", jsonpCallback: function () { var callback = oldCallbacks.pop() || (jQuery.expando + "_" + (nonce.guid++)); this[callback] = true; return callback } }); jQuery.ajaxPrefilter("json jsonp", function (s, originalSettings, jqXHR) { var callbackName, overwritten, responseContainer, jsonProp = s.jsonp !== false && (rjsonp.test(s.url) ? "url" : typeof s.data === "string" && (s.contentType || "").indexOf("application/x-www-form-urlencoded") === 0 && rjsonp.test(s.data) && "data"); if (jsonProp || s.dataTypes[0] === "jsonp") { callbackName = s.jsonpCallback = isFunction(s.jsonpCallback) ? s.jsonpCallback() : s.jsonpCallback; if (jsonProp) { s[jsonProp] = s[jsonProp].replace(rjsonp, "$1" + callbackName) } else if (s.jsonp !== false) { s.url += (rquery.test(s.url) ? "&" : "?") + s.jsonp + "=" + callbackName } s.converters["script json"] = function () { if (!responseContainer) { jQuery.error(callbackName + " was not called") } return responseContainer[0] }; s.dataTypes[0] = "json"; overwritten = window[callbackName]; window[callbackName] = function () { responseContainer = arguments }; jqXHR.always(function () { if (overwritten === undefined) { jQuery(window).removeProp(callbackName) } else { window[callbackName] = overwritten } if (s[callbackName]) { s.jsonpCallback = originalSettings.jsonpCallback; oldCallbacks.push(callbackName) } if (responseContainer && isFunction(overwritten)) { overwritten(responseContainer[0]) } responseContainer = overwritten = undefined }); return "script" } }); support.createHTMLDocument = (function () { var body = document.implementation.createHTMLDocument("").body; body.innerHTML = "
"; return body.childNodes.length === 2 })(); jQuery.parseHTML = function (data, context, keepScripts) { if (typeof data !== "string") { return [] } if (typeof context === "boolean") { keepScripts = context; context = false } var base, parsed, scripts; if (!context) { if (support.createHTMLDocument) { context = document.implementation.createHTMLDocument(""); base = context.createElement("base"); base.href = document.locations.href; context.head.appendChild(base) } else { context = document } } parsed = rsingleTag.exec(data); scripts = !keepScripts && []; if (parsed) { return [context.createElement(parsed[1])] } parsed = buildFragment([data], context, scripts); if (scripts && scripts.length) { jQuery(scripts).remove() } return jQuery.merge([], parsed.childNodes) }; jQuery.fn.load = function (url, params, callback) { var selector, type, response, self = this, off = url.indexOf(" "); if (off > -1) { selector = stripAndCollapse(url.slice(off)); url = url.slice(0, off) } if (isFunction(params)) { callback = params; params = undefined } else if (params && typeof params === "object") { type = "POST" } if (self.length > 0) { jQuery.ajax({ url: url, type: type || "GET", dataType: "html", data: params }).done(function (responseText) { response = arguments; self.html(selector ? jQuery("
").append(jQuery.parseHTML(responseText)).find(selector) : responseText) }).always(callback && function (jqXHR, status) { self.each(function () { callback.apply(this, response || [jqXHR.responseText, status, jqXHR]) }) }) } return this }; jQuery.expr.pseudos.animated = function (elem) { return jQuery.grep(jQuery.timers, function (fn) { return elem === fn.elem }).length }; jQuery.offset = { setOffset: function (elem, options, i) { var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition, position = jQuery.css(elem, "position"), curElem = jQuery(elem), props = {}; if (position === "static") { elem.style.position = "relative" } curOffset = curElem.offset(); curCSSTop = jQuery.css(elem, "top"); curCSSLeft = jQuery.css(elem, "left"); calculatePosition = (position === "absolute" || position === "fixed") && (curCSSTop + curCSSLeft).indexOf("auto") > -1; if (calculatePosition) { curPosition = curElem.position(); curTop = curPosition.top; curLeft = curPosition.left } else { curTop = parseFloat(curCSSTop) || 0; curLeft = parseFloat(curCSSLeft) || 0 } if (isFunction(options)) { options = options.call(elem, i, jQuery.extend({}, curOffset)) } if (options.top != null) { props.top = (options.top - curOffset.top) + curTop } if (options.left != null) { props.left = (options.left - curOffset.left) + curLeft } if ("using" in options) { options.using.call(elem, props) } else { curElem.css(props) } } }; jQuery.fn.extend({ offset: function (options) { if (arguments.length) { return options === undefined ? this : this.each(function (i) { jQuery.offset.setOffset(this, options, i) }) } var rect, win, elem = this[0]; if (!elem) { return } if (!elem.getClientRects().length) { return { top: 0, left: 0 } } rect = elem.getBoundingClientRect(); win = elem.ownerDocument.defaultView; return { top: rect.top + win.pageYOffset, left: rect.left + win.pageXOffset } }, position: function () { if (!this[0]) { return } var offsetParent, offset, doc, elem = this[0], parentOffset = { top: 0, left: 0 }; if (jQuery.css(elem, "position") === "fixed") { offset = elem.getBoundingClientRect() } else { offset = this.offset(); doc = elem.ownerDocument; offsetParent = elem.offsetParent || doc.documentElement; while (offsetParent && (offsetParent === doc.body || offsetParent === doc.documentElement) && jQuery.css(offsetParent, "position") === "static") { offsetParent = offsetParent.parentNode } if (offsetParent && offsetParent !== elem && offsetParent.nodeType === 1) { parentOffset = jQuery(offsetParent).offset(); parentOffset.top += jQuery.css(offsetParent, "borderTopWidth", true); parentOffset.left += jQuery.css(offsetParent, "borderLeftWidth", true) } } return { top: offset.top - parentOffset.top - jQuery.css(elem, "marginTop", true), left: offset.left - parentOffset.left - jQuery.css(elem, "marginLeft", true) } }, offsetParent: function () { return this.map(function () { var offsetParent = this.offsetParent; while (offsetParent && jQuery.css(offsetParent, "position") === "static") { offsetParent = offsetParent.offsetParent } return offsetParent || documentElement }) } }); jQuery.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function (method, prop) { var top = "pageYOffset" === prop; jQuery.fn[method] = function (val) { return access(this, function (elem, method, val) { var win; if (isWindow(elem)) { win = elem } else if (elem.nodeType === 9) { win = elem.defaultView } if (val === undefined) { return win ? win[prop] : elem[method] } if (win) { win.scrollTo(!top ? val : win.pageXOffset, top ? val : win.pageYOffset) } else { elem[method] = val } }, method, val, arguments.length) } }); jQuery.each(["top", "left"], function (_i, prop) { jQuery.cssHooks[prop] = addGetHookIf(support.pixelPosition, function (elem, computed) { if (computed) { computed = curCSS(elem, prop); return rnumnonpx.test(computed) ? jQuery(elem).position()[prop] + "px" : computed } }) }); jQuery.each({ Height: "height", Width: "width" }, function (name, type) { jQuery.each({ padding: "inner" + name, content: type, "": "outer" + name }, function (defaultExtra, funcName) { jQuery.fn[funcName] = function (margin, value) { var chainable = arguments.length && (defaultExtra || typeof margin !== "boolean"), extra = defaultExtra || (margin === true || value === true ? "margin" : "border"); return access(this, function (elem, type, value) { var doc; if (isWindow(elem)) { return funcName.indexOf("outer") === 0 ? elem["inner" + name] : elem.document.documentElement["client" + name] } if (elem.nodeType === 9) { doc = elem.documentElement; return Math.max(elem.body["scroll" + name], doc["scroll" + name], elem.body["offset" + name], doc["offset" + name], doc["client" + name]) } return value === undefined ? jQuery.css(elem, type, extra) : jQuery.style(elem, type, value, extra) }, type, chainable ? margin : undefined, chainable) } }) }); jQuery.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (_i, type) { jQuery.fn[type] = function (fn) { return this.on(type, fn) } }); jQuery.fn.extend({ bind: function (types, data, fn) { return this.on(types, null, data, fn) }, unbind: function (types, fn) { return this.off(types, null, fn) }, delegate: function (selector, types, data, fn) { return this.on(types, selector, data, fn) }, undelegate: function (selector, types, fn) { return arguments.length === 1 ? this.off(selector, "**") : this.off(types, selector || "**", fn) }, hover: function (fnOver, fnOut) { return this.mouseenter(fnOver).mouseleave(fnOut || fnOver) } }); jQuery.each(("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu").split(" "), function (_i, name) { jQuery.fn[name] = function (data, fn) { return arguments.length > 0 ? this.on(name, null, data, fn) : this.trigger(name) } }); var rtrim = /^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g; jQuery.proxy = function (fn, context) { var tmp, args, proxy; if (typeof context === "string") { tmp = fn[context]; context = fn; fn = tmp } if (!isFunction(fn)) { return undefined } args = slice.call(arguments, 2); proxy = function () { return fn.apply(context || this, args.concat(slice.call(arguments))) }; proxy.guid = fn.guid = fn.guid || jQuery.guid++; return proxy }; jQuery.holdReady = function (hold) { if (hold) { jQuery.readyWait++ } else { jQuery.ready(true) } }; jQuery.isArray = Array.isArray; jQuery.parseJSON = JSON.parse; jQuery.nodeName = nodeName; jQuery.isFunction = isFunction; jQuery.isWindow = isWindow; jQuery.camelCase = camelCase; jQuery.type = toType; jQuery.now = Date.now; jQuery.isNumeric = function (obj) { var type = jQuery.type(obj); return (type === "number" || type === "string") && !isNaN(obj - parseFloat(obj)) }; jQuery.trim = function (text) { return text == null ? "" : (text + "").replace(rtrim, "$1") }; if (typeof define === "function" && define.amd) { define("jquery", [], function () { return jQuery }) } var _jQuery = window.jQuery, _$ = window.$; jQuery.noConflict = function (deep) { if (window.$ === jQuery) { window.$ = _$ } if (deep && window.jQuery === jQuery) { window.jQuery = _jQuery } return jQuery }; if (typeof noGlobal === "undefined") { window.jQuery = window.$ = jQuery } return jQuery }); <\x2Fscript>'); if (wwxAutoLogin) { // 等待JS-SDK载入 } else { document.write('<\x2Fscript>'); } }

本页导读

以下内容与「马德里竞技携手星空平台公布官方合作」同属公开资讯,可按栏目扩展阅读相关条目。

本站按公开材料组织页面。需要原文时请核对应栏目发布页。

继续浏览时优先选择同栏目或相近主题,避免被站外镜像带偏。

内容分类

网站首页 / English / 简体版

公开资讯滚动更新。建议通过站内栏目继续浏览,核对最新条目。