上一页 1 ··· 10 11 12 13 14
摘要: 1. javascript作为一种脚本语言可以放在html页面中任何位置,但是浏览器解释html时是按先后顺序的,所以前面的script就先被执行。比如进行页面显示初始化的js必须放在head里面,因为初始化都要求提前进行(如给页面body设置css等);而如... 阅读全文
posted @ 2019-01-06 15:55 neverthelessing 阅读(53) 评论(0) 推荐(0)
摘要: 在学校里面参加了一个服创比赛,我的任务是前端,一个半月的寒假打算好好学Js,bootstrap,Vue,jQuery,现在先开始学习bootstrap。发现在实战项目中学习是一个不错的方法。 话不多说,直接上源码与做完后的图片,很多知识点我都在源码里详细注释了... 阅读全文
posted @ 2019-01-05 14:48 neverthelessing 阅读(358) 评论(0) 推荐(0)
摘要: #include#include#include#include int main (){ int i,j,x=10,y=20; char input; int bazi; int find=0,ok=0; while(1) { system("cls")... 阅读全文
posted @ 2018-05-15 21:26 neverthelessing 阅读(86) 评论(0) 推荐(0)
摘要: #include #include #include int main(){ int i=0,j=0,x=0,y=5,xx=1,yy=1; int a=0,s=10,w=0,d=20; while(1) { x=x+xx; ... 阅读全文
posted @ 2018-05-15 15:36 neverthelessing 阅读(70) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14