上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 前言 https://www.jianshu.com/p/e37ccf32cb5b WebViewJavascriptBridge是支持到iOS6之前的版本的,用于支持native的iOS与javascript交互。如果需要支持到iOS6之前的app,使用它是很不错的。本篇讲讲WebViewJava 阅读全文
posted @ 2018-12-01 16:42 二月花开 阅读(3686) 评论(0) 推荐(0) 编辑
摘要: 1.安装myeclipse-10.7.1 (1)百度云下载地址: http://pan.baidu.com/s/1dDwbI1b (2)按照默认安装路径安装myeclipse-10.7.1 默认安装目录是 C:\Users\lenovo\AppData\Local\Genuitec\MyEclips 阅读全文
posted @ 2018-12-01 09:38 二月花开 阅读(1423) 评论(0) 推荐(0) 编辑
摘要: dispatchEvent示例用法 省份: 城市: 阅读全文
posted @ 2018-11-28 10:25 二月花开 阅读(2358) 评论(0) 推荐(0) 编辑
摘要: h5分享到微信,h5使用微信支付这些功能,都需要先判断是否安装微信客户端,如果已安装就启动微信,如果没有安装微信,就提示用户前去安装。 我们可以通过访问微信提供的URL协议(weixin://)来实现这个功能,代码如下: 阅读全文
posted @ 2018-11-26 18:15 二月花开 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 本文转自:转:http://hushicai.com/2014/03/29/html5-du-qu-ben-di-wen-jian.html感谢大神分享。 常见的语言比如php、shell等,是如何读取文件的呢? 实际上,大多数语言都需要先获取文件句柄,然后调用文件访问接口,打开文件句柄,读取文件! 阅读全文
posted @ 2018-11-23 16:01 二月花开 阅读(7037) 评论(0) 推荐(0) 编辑
摘要: <input type="file" accept="image/*" capture="camera"><input type="file" accept="video/*" capture="camcorder"><input type="file" accept="audio/*" captu 阅读全文
posted @ 2018-11-19 19:25 二月花开 阅读(15379) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta content="text/html; charset=utf-8" http-equiv="content-type"> <title> js调用java </title> </head> <body> <p> <div id="show"></div> < 阅读全文
posted @ 2018-10-31 11:55 二月花开 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 1.node-webkit是什么? NW.js is an app runtime based on Chromium and node.js. You can write native apps in HTML and JavaScript with NW.js. Node-Webkit的运行条件 阅读全文
posted @ 2018-10-26 18:04 二月花开 阅读(727) 评论(0) 推荐(0) 编辑
摘要: @charset "utf-8"; .border, .border-top, .border-right, .border-bottom, .border-left, .border-topbottom, .border-rightleft, .border-topleft, .border-rightbottom, .border-topright, .border-bottomleft {... 阅读全文
posted @ 2018-10-19 09:36 二月花开 阅读(320) 评论(0) 推荐(0) 编辑
摘要: RaphaelJS是一个用JavaScript实现的强大的矢量图形库。 (1)使用前准备,下载RaphaelJS,到官网下载。 (2)在相应的HTML页面引入RaphaelJS,如下示例代码: (3)在通过元素创建一个对象 或者,直接将元素的id传到Raphael中,如: (4)画圆circle() 阅读全文
posted @ 2018-10-17 09:40 二月花开 阅读(10899) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页