`
tinyxinxin
  • 浏览: 4626 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
http://www.webappers.com/category/design/page/2/
后台用servlet拼接出json字符串,前台用ajax接收,datatype设为text/html能顺利取到字符串,但是datatype改为json后ajax响应错误 String json="{"; json+="'userName':'tiny',"; json+="'userNo':'123'}"; writer.write(json); 后将输出字符串改为 String json="{"; json+="\"userName\":\"tiny\"," ...
1.调用系统打开文件 File file=new File(filePath); Runtime runtime = Runtime.getRuntime();     runtime.exec("rundll32 url.dll FileProtocolHandler "+file.getAbsolutePath());
Global site tag (gtag.js) - Google Analytics