摘要: 我借用jquery实现了这种效果,但并没有禁用掉浏览器本身的“前进”按钮,以下是代码,希望有用的朋友借鉴以下: $(function () { jQuery(window).bind("unload", function () { history.go(-1); }); }); 阅读全文
posted @ 2016-03-22 15:27 CHNMurphy 阅读(221) 评论(0) 推荐(0) 编辑
摘要: .NET Framework 类库,表示空字符串,此字段为只读,命名空间:System。程序集:mscorlib(在 mscorlib.dll 中)。 EG:protected string loginId = String.Empty; protected string loginId = ""; 阅读全文
posted @ 2016-03-22 09:45 CHNMurphy 阅读(434) 评论(0) 推荐(0) 编辑