当前位置: 百科大全 > 问答知识 >

装x代码,炫酷的编程代码


求一个前端装B代码

装x代码

leta=[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]][([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+([][[]]+[])[+!+[]]+(![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[+!+[]]+([][[]]+[])[+[]]+([][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!![]+[])[+[]]+(!![]+[])[!+[]+!+[]+!+[]]+(!![]+[])[+!+[]]])[+!+[]+[+[]]]+(!![]+[])[+!+[]]]([+!+[]]+[])();
console.log(a)

谁知道这个的代码是多少?

这个代码是草、泥、马之剑

代码是多少

刷是QB:347149148

这个代码……

/* Program 4.2 Drawing a box */ #include int main(void) { int count=1; /*需要用的变量必需先定义,不能在for循环中定义*/ printf("\n**************"); /* Draw the top of the box */ /*for(int count = 1 ; count <= 8 ; ++count) 错误出在这一句中*/ for(count=1;count<=8;count++) /*自加是count++,不是++count*/ printf("\n* *"); /* Draw the sides of the box */ printf("\n**************\n"); /* Draw the bottom of the box */ return 0; } 错处我在原文标注了,你自己看一下吧。别外,尽信书不如无书,现在我们用的程序教材都是大学教师编写的, 没有谁认真审核过,你不要太迷信了。

需要知道这个代码是多少..

其实这只是一个链接的标签,代码例子如下:

<html>
<body>
<a name="#1">12365t3573</a>
<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br><br><br>

<br><br><br><br><br>
<a href="#1"><img src="图片路径"></a>
</body>
</html>

解析:

<a href="#1"><img src="图片路径"></a>//等同于这张链接按钮图片

<a name="#1">需要回到的顶部位置</a>//其实就是一个定位,就是你想回到的地方

猜你喜欢