摘要: pasting 1,调web浏览器 Uri myBlogUri = Uri.parse("http://xxxxx.com"); returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri); //调用内置浏览器Uri u = Uri.parse(resu... 阅读全文
posted @ 2014-06-24 12:11 望远近 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Javascript弹出框有如下三种:alert(); //只用确定按钮window.confirm("Areyousrue?"); //带确定,取消按钮window.prompt("Pleaseinputsomeword";,"thisistext"); //带文本提示输入框//WebSettin... 阅读全文
posted @ 2014-06-24 10:46 望远近 阅读(173) 评论(0) 推荐(0) 编辑