WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> -[__NSArrayM objectForKey:]: unrecognized s
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" type="text/css" href="css/style_box_demo.css">
- <script type="text/javascript" src="merge.js"></script>
- <script type="text/javascript" charset="utf-8">
- <!--frame 位置-->
- <!--type: 折线图 柱状图 饼状图-->
- <!--ymax y轴最大值-->
- <!--xtitles x轴下面的标题-->
- <!--dataSource 数据源组-->
- <!--{-->
- <!-- piePercentValue 数值-->
- <!-- color 颜色-->
- <!-- text 关联名-->
- <!-- project 关联项目名-->
- <!-- plots 点集合-->
- <!-- isShowPoint 显示点-->
- <!--}-->
- function createchart() {
- var options = {
- "frame" : [,,,],
- "type":,
- "ymax":,
- "isShowPoint":,
- "xtitles" :["", "", "", "", "", "", "", "" , "", "", "", ""],
- "dataSource" :[
- {
- "piePercentValue": "",
- "color": [, , ],
- "text":"1组",
- "project":"1组",
- "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
- },
- {
- "piePercentValue": "",
- "color": [, , ],
- "text":"2组",
- "project":"2组",
- "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
- },
- {
- "piePercentValue": "",
- "color": [, , ],
- "text":"3组",
- "project":"3组",
- "plots":["", "", "", "", "", "", "", "" , "", "", "", ""]
- }
- ]
- };
- showChartView.chartutility(testSuccess,testFailed,[options]);
- }
- function testSuccess(msg) {
- alert(msg);
- }
- function testFailed(msg) {
- alert('failed: ' + msg);
- }
- function goHome()
- {
- cordova.exec(testSuccess,testFailed,"ChartUtilityPlugin","remove");
- window.location.href = "index.html";
- }
- </script>
- </head>
- <body>
- <br/>
- <br/>
- <br/>
- <br/>
- <br/>
- <br/>
- <br/>
- <div class="btn bg_5" onclick="createchart();">生成图表</div><br/>
- <div class="btn bg_1" onclick="goHome();">返回</div><br/>
- </body>
- </html>
出现这种报错的原因是
- showChartView.chartutility(testSuccess,testFailed,[options]);
数据类型错误,这里去掉括号即可,已经声明的参数等同于["xxxx"]
- showChartView.chartutility(testSuccess,testFailed,options);
WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener: delegate: <NSInvalidArgumentException> -[__NSArrayM objectForKey:]: unrecognized s的更多相关文章
- meteor报错之:MongoDB had an unspecified uncaught exception.
今天测试的时候meteor报了个错 如下: MongoDB had an unspecified uncaught exception. This can be caused by MongoDB b ...
- iOS- Terminating app due to uncaught exception 'NSRangeException'
错误描述: Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM object ...
- threadid=1: thread exiting with uncaught.exception ......解决方法
threadid=1: thread exiting with uncaught exception (group=0x40015560)E/AndroidRuntime(285): FATAL E ...
- ERROR SparkUncaughtExceptionHandler: Uncaught exception in thread
ERROR SparkUncaughtExceptionHandler: Uncaught exception in thread Thread[appclient-registration-retr ...
- windows redis:Uncaught exception 'RedisException' with message 'Redis server went away'
window-exe-redis-2.8.12服务,当你复制好php_igbinary.dll,php_redis.dll时候,你运行redis报错:Fatal error: Uncaught exc ...
- threadid=1: thread exiting with uncaught exception (group=0x40db8930)
异常信息如下: 07-26 17:23:49.521: W/dalvikvm(29229): threadid=1: thread exiting with uncaught exception (g ...
- Terminating app due to uncaught exception 'NSUnknownKeyException' this class is not key value coding-compliant for the key
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > se ...
- *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ViewController > ...
- Kafka启动报错 : ERROR Processor got uncaught exception
参照我之前的一篇博文Kafka学习之(二)Centos下安装Kafka安装了kafka并启动,状况并不像我之前最初的预期,报错了,并且我在当前Linux环境下安装的Java版本.Kafka版本都是和之 ...
随机推荐
- phoenix表操作
phoenix表操作 进入命令行,这是sqlline.py 配置到path环境变量的情况下 sqlline.py localhost如果要退出命令行:!q 或者 !quit 3.4.1 创建表 ...
- Java 骚操作--生成二维码
https://www.cnblogs.com/lsy131479/p/8808172.html
- [转] HTML5 Blob与ArrayBuffer、TypeArray和字符串String之间转换
1.将String字符串转换成Blob对象 //将字符串 转换成 Blob 对象 var blob = new Blob(["Hello World!"], { type: 'te ...
- [转]Oh My Zsh,安装,主题配置
https://swp-song.com/2017/08/20/Tools/OhMyZsh%E5%AE%89%E8%A3%85%E5%92%8C%E4%B8%BB%E9%A2%98%E9%85%8D% ...
- OAuth2:隐式授权(Implicit Grant)类型的开放授权
适用范围 仅需临时访问的场景 用户会定期在API提供者那里进行登录 OAuth客户端运行在浏览器中(Javascript.Flash等) 浏览器绝对可信,因为该类型可能会将访问令牌泄露给恶意用户或应用 ...
- ssh登录报错-bash fork retry Resource temporarily unavailable
- plink命令
用plink远程登陆link主机执行脚本,但是无法执行sudo命令 完成后自己关闭 plink -l root 192.168.1.21 df -h plink.exe -ssh -p ...
- web列表总结
ztree:web树 下拉列表树: jqxgrid列表(带有多选,单选.搜索.分页.分页多选.还有点击下拉等功能) 还有flexigrid(百度搜索)
- Codechef FIBTREE 树链剖分 主席树 LCA 二次剩余 快速幂
原文链接https://www.cnblogs.com/zhouzhendong/p/CC-FIBTREE.html 题目传送门 - CC-FIBTREE 题意 给定一个有 $n$ 个节点,初始点权都 ...
- Vijos1983 NOIP2015Day2T3 运输计划 transport LCA
题目链接Vijos 题目链接UOJ 该博客在博客园的链接 转载一个大佬的题解: 点击这里->大佬题解 下面谈谈我的感悟: 当然写代码也是写的很艰辛: 我力劝C++的同胞们,这题卡常数,Dfs党会 ...