我的博客博客将这个东西嵌入主题中。 好吧,谷歌网站管理员工具说我需要加载这个东西"异步" 我在网上搜索了Google-Hosted jquery.min.js的异步版本,但没有运气。 我也尝试过使用一个函数,但因为它是一个我无法使用它的链接。
https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js
我试过了:
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"/>
没有运气。 XML解析器说我需要放一个&#34; =&#34;但那件事已经写好了。
我的doctype
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
答案 0 :(得分:1)
渲染引擎不关心值,它会查找属性的存在,因此将其设置为自身以使验证器满意。
<script async="async" ... >