简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"/> @Code Dim i=0 Do While i < 5 i += 1 @<p>Line @i</p> Loop End Code
运行结果: