覆手为雨
  • 首页
  • 存档
  • 友链
  • 关于
  • AI创作
  • AI聊天
  • 其他
    • 后台管理
    • 订阅博客

时间戳互相转换工具

var no=new Date().getTime(); console.log(no); Date.prototype.format = function(format) { var date = ...
Others
2018-02-26 2786 次浏览

面试题

暂无描述信息...
Others
2018-02-25 2717 次浏览

表单序列化添加额外数据

$.ajax({ type: "post", url: "{:u('cart/totalByCard')}?t="+Math.random(9999), data: {'address':addres...
Others
2018-02-11 2718 次浏览

JavaScript中的上下文 -this

暂无描述信息...
Others
2018-02-06 2678 次浏览

如何处理Ajax的中文乱码问题?

  有中文乱码是因为Javascript页面和action类中使用的编码方式不一致造成的,可采用如下两种方法解决:  (1)页面的Javascript做两次encodeURI,服务...
Others
2018-02-06 2714 次浏览

用js获取语音并处理

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-eq...
Others
2018-01-26 5380 次浏览

梦想情系远方

暂无描述信息...
Others
2018-01-25 2788 次浏览

Notification通知

   function popNotice() {         if (Notification.permission == "gran...
Others
2018-01-19 2819 次浏览

node搭建静态express服务器

var express = require('express'); var app = express(); app.use(express.static('./')); var server = a...
Others
2018-01-19 3068 次浏览

js操作cookie cookie.js

/设置cookie/ function setCookie(name, value, days){ if(days == null || days == ''){ days = 300; } var ...
Others
2018-01-14 2950 次浏览
  • 上一页
  • 下一页
关于作者
作者头像
覆手为雨

覆手为雨,博客

公告
请创建一个链接为 notice 的页面,其内容将在此显示
覆手为雨 © 2026