DEMO:

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="a"></div>
<script>
var script=document.createElement('script');
script.src='data:text/javascript;charset=gbk,(function(){
    window.b="%c4%e3%ba%c3";
    document.getElementById("a").innerHTML = window.b;
})()';
document.body.appendChild(script);

</script>
</body>
</html>

群里交流,大牛们提出来的方案(薛端阳)。

这种方式比较奇葩,但相当便捷。                                                                                                                                                                                                                                                                   .