
js
lemoncks
这个作者很懒,什么都没留下…
展开
-
bootstrap-table分别实现前端和后端的分页项目
https://blog.youkuaiyun.com/zzq272804553/article/details/89882126//前端分页<%@ page contentType="text/html;charset=UTF-8" language="java" %><% String path = request.getContextPath(); ...转载 2019-12-13 13:24:48 · 332 阅读 · 0 评论 -
Bootstrap标签(label)的使用
基本的标签和带语境的标签:<div class="container"><span class="label label-default">default标签</span><span class="label label-danger">danger标签</span><span class="label la...转载 2019-12-12 16:55:35 · 1666 阅读 · 0 评论 -
Js中的window.parent ,window.top,window.self 详解
在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。window.self功能:是对当前窗口自身的引用。它和window属性是等价的。语法:window.self注:window、self、windo...转载 2019-12-05 09:29:41 · 146 阅读 · 0 评论 -
location.href
一、location.href常见的几种形式目前在开发中经常要用到的几种形式有: 1 2 3 4 5 6 self.location.href;//当前页面打开URL页面 window.location.href;//当前页面打开URL页面 this.location.href;//当前页面打开URL页面...转载 2019-12-05 09:28:39 · 2492 阅读 · 0 评论