js 一些小问题

获得点击taible 某一行 某一列的数据  $(this).parent().parent().children("td").eq(0).text();

js中json对象和字符字符串直接的转换