• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
我的代码笔记
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理

2019年2月18日

微信游戏的项目
摘要: 抽签游戏:http://game.vimionline.com/games/g201901.lhcq.index/index.html 集字游戏:http://game.vimionline.com/games/g201901.dayuyx.index/index.html 个税小游戏:http:/ 阅读全文
posted @ 2019-02-18 16:44 我的代码笔记 阅读(167) 评论(0) 推荐(0)
 
split用法
摘要: 例1:基本的分割split() var str="How are you doing today?" var a=str.split(" ")//分别输出5个单词,数组 console.log(a) var b=str.split('')//将每个字母输出来,包括空格,是数组 console.log 阅读全文
posted @ 2019-02-18 15:15 我的代码笔记 阅读(223) 评论(0) 推荐(0)
 
javascript常见的几种事件类型
摘要: 第一种事件类型:onchange() <body> <select id="sheng" onchange="fn1();"> <option value="0" selected="selected">请选择</option> <option value="1">河南省</option> <opt 阅读全文
posted @ 2019-02-18 14:40 我的代码笔记 阅读(1089) 评论(0) 推荐(0)
 
input的焦点事件
摘要: <body> <h3>表单中文本框的focus和blur事件</h3> <input id="txtest" type="text" value="" /> <div></div> <script type="text/javascript"> (function(){ var html=docum 阅读全文
posted @ 2019-02-18 14:00 我的代码笔记 阅读(3835) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3