- 博客(11)
- 收藏
- 关注
转载 验证是否存在
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>zy</title> <script type="text/...
2018-06-09 21:24:00 202
转载 JavaScript的字符串验证方法
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type=...
2018-06-02 21:55:00 218
转载 向上转型
package reusing; class Instrument{ public void paly(){} static void tune(Instrument i){ i.paly(); } } public class Wind extends Inst...
2018-05-25 20:56:00 109
转载 关闭窗口--悬浮不动
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type=...
2018-05-18 20:23:00 170
转载 JavaScript的时钟表
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type=...
2018-05-12 19:56:00 102
转载 点击按钮弹出新窗口-IE浏览器
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script type=...
2018-05-03 19:12:00 434
转载 推箱子小游戏
Gamelap.java inport jaua-aut.Graphics import jaua.aut.Image; publ ic class GaneHiap //地路的图片 /7地图的数字模型二维数组 byte[ ] [ ] mapData=new byte[ ][ ]{...
2018-04-27 09:02:00 289
转载 关于JavaScript的复选框
<!DOCTYPE html> <html lang="en"> <head> <title>Document</title> <script type="text/javascript"> function myfun(chk){ var chilist=document.get...
2018-04-27 08:48:00 109
转载 关于getElementsByName的应用
<!DOCTYPE html> <html> <head> <script type="text/javascript"> function myfun(chk){ var chilist=document.getElementsByName("kk"); for(var i=0;...
2018-04-12 18:08:00 82
转载 JavaScript函数
函数 <html> <head> <script type="text/javascript"> function myfunction() { alert("您好!") } </script> </head...
2018-04-08 07:51:00 70
转载 数组排序是什么?--Arrays
Arrays:Java提供的数组工具类,可以用来对数组进行排序。 /*排序法*/ package com.systop.ch08; import java.util.Arrays; public class SortArry{ public static void main(S...
2018-03-28 21:21:00 274
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人