- 博客(4)
- 收藏
- 关注
转载 Javascript弹出div层
这是一个DIV弹窗效果!将鼠标移动到此点击这里查看弹出窗口这是文章“JavaScript弹出窗口DIV层效果代码”的演示页面,点这里查看原文!转载于:https://www.cnblogs.com/xxxxx/archive/2010/05/22/1741707.html...
2010-05-22 19:29:00 109
转载 点击单选按钮实现页面跳转
<input type="radio" name="radiobutton" value="radiobutton" onclick="javascript:location.href='http://www.baidu.com'" /> 转自:http://topic.csdn.net/u/20100519/16/19d09072-6675-4794-...
2010-05-19 19:10:00 522
转载 C#一维数组反转
private static void ReverseArray(int[] array) { int temp; int count = array.Length; for (int i = 0; i < count/2; i++) { ...
2010-05-19 19:03:00 234
转载 String.format中大括号的加入方法
String.Format("{0} world!","hello") //将输出 hello world!,没有问题,但是只要在第一个参数的任意位置加上一个大括号:String.Format("{0} wo{rld!","hello") //就会产生一个异常,异常信息是:Input string was not in a correct format.//解决办法:St...
2010-05-19 18:50:00 176
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人