<script type="text/javascript">
2020-06-08 09:26:55 847条阅读<script type="text/javascript">var ua = navigator
2020-04-29 14:12:52 874条阅读<style type="text/css">/*头部功能*/.mheadbox{position:fixed; width:1
2020-04-24 09:58:39 783条阅读if(window.history.length > 1){ document.getElementById('goup').innerH
2020-04-24 09:57:29 857条阅读<!DOCTYPE html><html><head><meta http-equiv="Content-T
2020-04-14 08:40:22 2231条阅读js 生成随机数js 可以使用 Math(算数) 对象来实现随机数的生成。需要了解的 Math 对象方法方法描述ceil(x)对数进行上舍入,即向上取整。flo
2020-04-06 00:27:39 2214条阅读<!DOCTYPE html><html><head> <meta charset=&quo
2020-03-26 15:50:22 2533条阅读Javascript 返回上一页:1. history.go(-1), 返回两个页面: history.go(-2);2. history.back().3.
2020-03-25 11:58:35 2761条阅读1. 不带任何提示关闭窗口的js代码代码如下:<a href="javascript:window.opener=null;window.ope
2020-03-24 22:37:22 2596条阅读Window.open()方法参数详解1, 最基本的弹出窗口代码 window.open('page.html');2,
2020-03-24 21:30:37 3233条阅读