代开聚合支付收款码
您可以至聚合支付官网()下载聚合支付APP,注册登录后即可获取收款码。
聚合支付收款码代理聚合支付收款码代理是指当消费者使用支付收款码支付时,能够实现聚合支付的支付收款码代理服务。聚合支付收款码代理可以将消费者的支付收款码支付分发到各个不同的支付网关中,以达到支付的目的。使用聚合支付收款码代理,可以实现类似微信、支付宝、京东等一站式支付体验,让消费者可以轻松支付。
代办聚合收款码</div>
</body>
However, when I try to do the same in org-mode like this:
#+BEGIN_SRC html
<head>
<title>test</title>
</head>
<body>
<div>
浦发信用卡招行一网通代办聚合收款码
</div>
</body>
#+END_SRC
I see this when I export it as HTML:
<div class="org-src-container">
<pre class="src src-html"><head>
<title>test</title>
</head>
<body>
<div>
浦发信用卡招行一网通代办聚合收款码
</div>
</body>
</pre>
</div>
Notice that the Chinese characters have been encoded as HTML character entity. Why is this and can I prevent it from happening?
A:
I think this is because your #+BEGIN_SRC block is un-named.
If you add a html on the same line then it will work:
#+BEGIN_SRC html
<head>
<title>test