程序代码:
\<!DOCTYPE HTML> \<html lang="pt-BR"> \ <head> \ </head> \ \ <body> title="the title is:" FOR I = 1 TO 3 *\<<str(i)>> Hello world! <br/> \<<title>> \\the <<i>> time to say Hello world! <<date()>> <br/> CHR(13) ENDFOR \ </body> \</html>
浏览器执行效果如下: