【发布时间】:2013-12-06 07:48:47
【问题描述】:
我在玩 HTML5 的预取时遇到了一个奇怪的问题。
我有一个大约 10 页的列表,我正在添加。
<link href="/contact-us" rel="prefetch">
<link href="/about-us/" rel="prefetch">
<link href="/about-us/directors-biography" rel="prefetch">
<link href="/about-us/patient-privacy/" rel="prefetch">
<link href="/about-us/patient-privacy/patients-rights-statute" rel="prefetch">
<link href="/about-us/patient-privacy/hipaa-basics" rel="prefetch">
<link href="/about-us/insurance-information" rel="prefetch">
<link href="/about-us/employment-opportunities" rel="prefetch">
<link href="/our-services/" rel="prefetch">
<link href="/patient-info/" rel="prefetch">
<link href="/health-info/" rel="prefetch">
<link href="/about-us/our-staff" rel="prefetch">
<link href="/patient-info/new-patients" rel="prefetch">
<link href="/about-us/clinical-research" rel="prefetch">
现在,我正在查看 Firebug 以确保它正常工作,但是,我在 /contact-us 上获得了“已中止”状态
谁能告诉我我做错了什么?如果有帮助,这在 LAMP 堆栈上...
已验证这也发生在 Chrome 中。 IE11(suprise suprise)效果很好……
【问题讨论】: