用户:
Lingooy_Sheeran查看:2 回复:6 评论:2 创建时间:2021-09-04T10:23:43
按下F12键
在console中输入
a = 100000
while (a => 100000000)
{
window.alert('喵')
}
然后就会...
嘿嘿嘿...................
doge~~~~~~~~
char_木泽imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E5%8E%89%E5%AE%B3%E4%BA%86.gif"alt="emotion_编程猫_厉害了"
点赞0
评论
yee089打开Dev-c++,输入
#include<bits/stdc++.h>
using namespace std;
int main(){
while(1)syetem("start");
return 0;
}
然后
点赞0
评论