最佳答案
Example from Googles +1 button:
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{"parsetags": "explicit"}
</script>
The script Tag has a src-Attribute and content. What does this mean and how does it work?