【发布时间】:2017-05-09 20:08:33
【问题描述】:
<!DOCTYPE html>
<html>
<head>
This is the head of your page.
<title>Example HTML page</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
This is the body of your page.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- horizontal ad -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-1677523677681098"
data-ad-slot="1902657162"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
This is the body of your page.
</body>
</html>[enter image description here][1]
它显示 ERR:FILE NOT FOUND。 我使用了本地 adsgoogle.js,但它没有用。 我在下面附上了控制台的屏幕截图。
【问题讨论】:
-
您将屏幕截图附加到代码部分。我们看不到屏幕截图。
-
你能添加一个小提琴或网站链接吗?
标签: javascript jquery html css adsense