1、在 陈YFの博客中《打造一个可国内访问的Blogger(Blogspot)方法 》有详细介绍,其中
屏蔽加载如下:将<head>
替换为<!--<head>--><head>
将</head>
替换为</head><!--</head>-->
将</body>
替换为<!--</body>--></body>
“注释掉博客端的自动添加“-->”代码:
</head><!--</head>--> or <!--<head/>--></head>
最终解决方法:<!--</head><!-- -->
style<style>/* </head> */</style>
<style>/* </body> */</style>
template<template></body></template>
script<script type="text/template"></body></script>