<SCRIPT LANGUAGE = "JavaScript" > var tmp = "<%=test %>"; // 通過"<%=javaCode %>" 引用jsp中的變量、方法等,注意:一定要加雙引號alert(tmp); ...
確定! 回上一頁