适用as2.0
1、先建动态文本,并命名myText
2、在帧上加上代码,
myText.html = true;
myText.multiline = true;
立即学习“前端免费学习笔记(深入)”;
var myString = '
This is a bold text
And this text is in Italic
This is a link to the bbc website.
'; myText.htmlText = myString;
3、也可以读取外部文件作为html内容:参考http://www.wangchao.net.cn/bbsdetail_1736674.html
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号