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