摘要:
javascript:alert(document.onselectstart = document.oncontextmenu = document.onmousedown = document.onkeydown = function(){return false;}) 阅读全文
posted @ 2020-06-02 21:06
big螺丝
阅读(26)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <string.h>char Lbuffer[] = "01234567890123456789 ABCD";void foo(){ char buff[16]; strcpy (buff, Lbuffer);}int main(int argc 阅读全文
posted @ 2020-06-02 19:45
big螺丝
阅读(253)
评论(0)
推荐(0)