相关代码 |
|
response.write _ "document.writeln('abc');" & _ "document.writeln('def');" & _ "document.writeln('');" & _ "document.writeln(' function updatedoc()');" & _ "document.writeln(' {');" & _ "document.writeln(' document.writeln(" & chr(34) & "abc" & chr(34) & ");');" & _ "document.writeln(' document.writeln(" & chr(34) & "def" & chr(34) & ");');" & _ "document.writeln(' }');" & _ "document.writeln('');" & _ "document.writeln('');" & _ %>
相关资源 |
|