为什么2.8.1 把 <html_rander> 改成了 iframe 模式

为什么2.8.1 把 <html_rander> 改成了 iframe 模式,以前不是这个模式吧?以前可以把自定义的CSS和JS写到开场白里公用,现在不行了,成了 iframe 模式了,无法获取了。

现在出于安全考虑 html_rander 中的元素隔离了。

升级到v2.9.0版本,你可以这样搞:

<html_rander>
<button onclick="jump('http://www.baidu.com' )">点我</button>  

</html_rander>

开场白里如何获取url的参数?url参数里有我的用户识别,我需要在开场白里展示出来,显得更加友好!

自定义了问候语,和指定回复模板 ,都用了 <html_rander> ,在小程序中生成的 iframe 模式直接空白了,小程序里 是不支持 iframe模式的,这个怎么解决?