aspx文件怎么调用cs里的变量?aspx文件怎么调用cs里的变量?[解决办法]把变量设置成公有的[解决办法]保证变量的访问权限最低是protected,protected string str="test";在aspx页里,<%=str%>[解决办法]
<%= [你的变量名]%>