菜鸟学堂
在线运行
源代码
<!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=25<br>End Code<br></span><html><br><body><br> <span class="marked">@if price>=30 Then<br> @<p>The price is high.</p><br> ElseIf price>20 And price<30 then <br> @<p>The price is OK.</p><br>Else<br> @<p>The price is low.</p><br> End If</span><br></body><br></html><br> </body> </html>
运行结果
在线运行
菜鸟学堂 edu.jb51.net