报错:attribute for %>" is not properly terminated
原因:标签的page属性值可以是相对路径URL或者<%=表达式 %>,但同时只能存在其中一种
表示绝对路径
表示相对路径
两个引号与<%=path%>之间不能有空格