菜鸟学堂
在线运行
源代码
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="/try/showrazor.css" /> </head> <body> <span class="marked"> @Code<br> Dim price=50<br> End Code</span><br> <html><br><body><br> <span class="marked">@If price>30 Then<br> @</span><p>The price is too high.</p><br> <span class="marked">End If<br> </span> </body><br></html><br> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net