jquery
luohaobubu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
带参数的页面跳转
js代码$(document).ready(function() { function jump(count, url) { window.setTimeout(function() { count--; if (count > 0) { $("span.remain-second").html(count); jump(count,url);原创 2012-06-25 16:38:06 · 1137 阅读 · 0 评论 -
json格式的读写,struts标签的使用
java package com.appbox.util.validate;//检查字段非空public class TextUtils { public static boolean isEmpty(String str) { if (str == null) { return true; } if ("".equalsIgnoreCase(原创 2012-07-18 09:40:13 · 674 阅读 · 0 评论
分享