摘要:
javascript:alert(document.onselectstart = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return false;}) 阅读全文
摘要:
#include <stdio.h>#include <string.h>char Lbuffer[] = "01234567890123456789 ABCD";void foo(){ char buff[16]; strcpy (buff, Lbuffer);}int main(int argc 阅读全文