标签: c# asp.net webforms
可能重复: Execute a string in C# 4.0
如何让这个字符串执行:
string dt = "DateTime.Now";
...这样会导致显示今天的日期?:
lbl.Text = dt;