http://www.manoli.net/csharpformat/
可以轉出像下面這樣的格式
格式一 :
1: If Page.IsPostBack = False Then
2:
3: Response.Write("Hello")
4:
5: End If
格式二:
If Page.IsPostBack = False Then
Response.Write("Hello")
End If
格式三:
1: If Page.IsPostBack = False Then
2:
3: Response.Write("Hello")
4:
5: End If
沒有留言:
張貼留言