摘要:
function()中没有r 则直接调用里面的方法 阅读全文
posted @ 2016-10-31 15:50
少年在漂泊
阅读(1184)
评论(0)
推荐(0)
摘要:
第一种: java :AJAXUtil.success(response,"{\"msg\":\"notsucess_start\"}");下面是js 第二种: response.getWriter().write("{\"msg\":\"countMain\"}"); 第三种 //将字符串转换为M 阅读全文
posted @ 2016-10-31 15:14
少年在漂泊
阅读(2124)
评论(0)
推荐(0)
摘要:
经过我多次试验,nowrap 如果为true,则在同一行中显示数据。设置为true可以提高加载性能。 这种形式才能生效,<script type="text/javascript"> $('#tt').datagrid({ nowrap: false }); </script> 无效<th data 阅读全文
posted @ 2016-10-31 09:41
少年在漂泊
阅读(2267)
评论(0)
推荐(0)