ASP.NET HTML 控件 Literal

asp.net html 控件 literal

<!doctype html>
<html>
<body>

<form runat="server">
<asp:literal text="i love asp. net!" runat="server" />
</form>

</body>
</html>
相关文章