ASP.NET syntax

zhaozj2021-02-16  83

1, <%?%> Contains program code in the <%%> tag (can only define variables or expressions, statements, can't be a function), will run on the server and generate dynamic web pages

2,