zygg.js

来自「已经消失的不易找到的C++ builder网络教程总结」· JavaScript 代码 · 共 16 行

JS
16
字号
document.writeln("<html>");
document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\" \/>");
document.writeln("<title>爱国者黑客广告<\/title>");
document.writeln("<\/head>");
document.writeln("");
document.writeln("<body>");
document.writeln("<div style=\"z-index:-1\">");
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"948\" height=\"90\">");
document.writeln("  <param name=\"movie\" value=\"\/TP\/20070430_161819.swf\">");
document.writeln("  <param name=\"quality\" value=\"high\">");
document.writeln("  <embed src=\"\/TP\/20070430_161819.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"948\" height=\"90\"><\/embed><param name=\"wmode\" value=\"transparent\">");
document.writeln("<\/object>");
document.writeln("<\/div>");
document.writeln("<\/body>");
document.writeln("<\/html>")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?