遇到了一个这样的ASP问题: 在当前页面上判断,是否有参数ID传递过来? 如果没有,显示“没有参数传递过来”. 如果有传递,但值为空,显示“存在参数,但参数为空” <% if (request("id"))=false then response.write("不存在参数ID") else response.write "有参数ID," if request("id")="" or isnull(re
报错信息: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, double) 如果jdk的编译版本不同,语法也会不同 项目 >属性>Java complier>complier compliance lever:1.5